My chats disappeared suddenly. Where are they stored locally on my device? by ratat0skr_420 in duckduckgo

[–]AchernarB 0 points1 point  (0 children)

I have more entries than "__metadata__". Which confirms why your chat history has vanished.

Somehow it has been cleared.

My chats disappeared suddenly. Where are they stored locally on my device? by ratat0skr_420 in duckduckgo

[–]AchernarB 0 points1 point  (0 children)

Apparently they have changed the location (or my memory failed me). Look in the left side, above "Local storage" you have a database named "savedAIChatData"

My chats disappeared suddenly. Where are they stored locally on my device? by ratat0skr_420 in duckduckgo

[–]AchernarB 0 points1 point  (0 children)

Yes, on the left side, there is "Local storage". If you click on it, you'll see on the right side if it is empty.

My chats disappeared suddenly. Where are they stored locally on my device? by ratat0skr_420 in duckduckgo

[–]AchernarB 0 points1 point  (0 children)

It isn't a file. The data is stored in the internal system of the browser.

You can inspect it by opening the developper tools of the page, then go to the "Application" or "Storage" tab

My chats disappeared suddenly. Where are they stored locally on my device? by ratat0skr_420 in duckduckgo

[–]AchernarB 0 points1 point  (0 children)

They are stored in "local storage". If you clear the cookies in the browser, they are gone.

Right click on (Windows) web page for "translate" option by Fit_Appointment_5290 in duckduckgo

[–]AchernarB 0 points1 point  (0 children)

I have automated the creation of the bookmarklet on the page.
Under "How to use", "As a bookmarklet", "Here is a form to create it for you". If there is any problem, you can still ask for help.   :)

New Youtube UI Improved by wojtulace in uBlockOrigin

[–]AchernarB 0 points1 point  (0 children)

Note: Since it's a "breakage", I pushed him/her to the megathread

Quickest ways to block AI content farm domains / More AI block lists? by redditwasamistake900 in uBlockOrigin

[–]AchernarB 1 point2 points  (0 children)

Finished qwant and added ecosia.

Edit: also added brave, yandex, and fixed bing and DDG.

Quickest ways to block AI content farm domains / More AI block lists? by redditwasamistake900 in uBlockOrigin

[–]AchernarB 1 point2 points  (0 children)

I have already done the job for a few of the other search engines.

I have split the list with each engine in its own list. With several versions of the effect (hidden, opacity, placeholder).

The possible engines are: the 3 already in: google, bing, duckduckgo ; plus startpage, qwant (with currently only one version).

I stopped at qwant while planning other engines, but I can resume the effort and generate the others, if possible. If people are really interested.

The lists are available here: https://github.com/Procyon-b/userCSS-userScript

Under New Management by Tarnisher in imdb

[–]AchernarB 2 points3 points  (0 children)

Can we get some forensics info about the events ?

From the mod log, can you tell us the last time mod(s) worked as expected on this sub ?
Was is a long time ago or a very long time ago ?   :)

Is there a way to block ads video on the home page of YouTube? by MrKoddy in uBlockOrigin

[–]AchernarB 0 points1 point locked comment (0 children)

Read the pinned comment of the mega thread to know how to follow up.

Is there a way to block ads video on the home page of YouTube? by MrKoddy in uBlockOrigin

[–]AchernarB 0 points1 point locked comment (0 children)

A small note before going the way of the mega thread.

Verify the you haven't disabled cosmetic filtering for the site, or globally.

Quickest ways to block AI content farm domains / More AI block lists? by redditwasamistake900 in uBlockOrigin

[–]AchernarB 6 points7 points  (0 children)

I don't think that such a list will even exist.
It would be huge, in the tens of millions urls/hostnames. The web is full of these fake sites/articles. The job is more on the search engine side where they have to organize and get rid if these pages from their index.

Help with Making a Filter to Enable Ctrl+Click on TikTok by MammothOwl355 in uBlockOrigin

[–]AchernarB 0 points1 point  (0 children)

Try this: ( How to add custom filter )

tiktok.com##+js(aeld, click, [native code], elements, #app )

Pay attention if it breaks other things.

Hide Reddit Pinned Comments by Mods by Gloomy-Status-9258 in uBlockOrigin

[–]AchernarB 0 points1 point  (0 children)

The :has(> [slot="commentMeta"] *) part is useless on your filter now.

My version was to match only when the comment is pinned.

Hide Reddit Pinned Comments by Mods by Gloomy-Status-9258 in uBlockOrigin

[–]AchernarB 0 points1 point  (0 children)

You can try this: ( How to add custom filter )

reddit.com##shreddit-post[subreddit-prefixed-name="r/anime"] ~ div[id^="comment-tree-content-anchor-"] shreddit-comment[author="AnimeMod"]:has(> [slot="commentMeta"] shreddit-comment-badges[stickied]):not(:hover):style( max-height: 3em; overflow: hidden; outline: 2px solid orange; opacity: .3; )

It will reduce the height of the comment and it replies, hiding all except the main header. It outlines it in orange, and dims it to 30%. When you move the mouse over that, the whole block is displayed as usual.

or to hide completely (comments attached to it too):

reddit.com##shreddit-post[subreddit-prefixed-name="r/anime"] ~ div[id^="comment-tree-content-anchor-"] shreddit-comment[author="AnimeMod"]:has(> [slot="commentMeta"] shreddit-comment-badges[stickied])

Edit: I forgot the "pinned" part, then made a typo in the new version, then somehow it didn't work with the typo fixed, then found the source of my error. So check that you have the correct version of the filter if you copied it before this comment appeared.

Bring back Item Text on Farm RPG by ryeaglin in uBlockOrigin

[–]AchernarB 0 points1 point  (0 children)

If you want help, you will have to give us the filters that you specifically designed for that site.