Frellwit

joined 2 years ago
[–] Frellwit@lemmy.world 6 points 2 weeks ago

i added 2-3 other adblockers

Never run multiple adblockers at the same time. You gain nothing except broken websites, performance issues, and an increased chance of triggering anti-adblocks.

[–] Frellwit@lemmy.world 6 points 3 weeks ago (1 children)

EasyPrivacy should block Meta and Yandex pixels by default. If you have the knowledge you can put uBO in "hard mode" which will block all 3p connections. It requires you to know which CDNs to allow or websites will be broken.

[–] Frellwit@lemmy.world 28 points 3 months ago* (last edited 3 months ago)

uBO do remove trackers with the EasyPrivacy and uBlock filters – Privacy filters. More filters and options can also be enabled if you know what you're doing. For beginners it's best to stick to the default settings as more additions can lead to more breakage.

[–] Frellwit@lemmy.world 108 points 3 months ago* (last edited 3 months ago) (3 children)

If you use uBO then Ghostery is redundant. It can also cause some of uBO's filters to not work correctly.

Also uBO can do what you did with stylebot. (If you use the full uBO extension, and not the limited Lite version for Chromium browsers):

youtube.com##ytd-ad-slot-renderer
youtube.com##ytd-rich-item-renderer:has(ytd-ad-slot-renderer)
[–] Frellwit@lemmy.world 4 points 3 months ago

The sci-fi show Farscape.

[–] Frellwit@lemmy.world 5 points 4 months ago* (last edited 4 months ago)

Hög luftfuktighet vid höstskörden och stötar vid frakt kan förstöra en hel del lökar.

[–] Frellwit@lemmy.world 10 points 5 months ago

I'd also be interested in a list of companies that advertise on X.

[–] Frellwit@lemmy.world 17 points 6 months ago* (last edited 6 months ago) (5 children)

Probably most films by Darren Aronofsky. Pi and The Fountain are some of the worst movies I've seen. Feels like someone's artsy shroom trip. I dislike most "artsy" movies without a coherent story.

Also a lot of horror classics bores me to death. For example The Omen, Poltergeist, The Exorcist.

[–] Frellwit@lemmy.world 40 points 6 months ago* (last edited 6 months ago) (1 children)

From the uBO subreddit: https://old.reddit.com/r/uBlockOrigin/comments/1etvawp/youtube_ads_detection_breakages_2024_08_16_ubo/m31kbkw/

There was just an update to Quick fixes. Please test if it works for you.

  1. Click Here to update the list.
  2. If you disabled the list previously, enable it back.
  3. Close all previously opened YT tabs and try in a new one.

Just a reminder: Please always treat disabling lists as a last resort/temporary solution type of thing. Without that list, you won't be receiving important filter updates and will likely encounter ads after a while. So don't keep it disabled forever - verify that it's still necessary (daily?).

[–] Frellwit@lemmy.world 8 points 7 months ago (2 children)

On Ubuntu I use the tar.bz2 version to not have to deal with snaps or extra repositories. Also on Debian Stable to get the latest version.

 

FYI, the repo is not DMCAd yet, only the download URL which moved to gitflic.

[–] Frellwit@lemmy.world 4 points 10 months ago

Make sure jnn-pa.googleapis.com isn't blocked anywhere in your network. It may perhaps be blocked in a filter list you have activated in uBO, DNS, VPN, Firewall, anti-virus, Firefox enhanced tracking protection, etc.

 

This is a style I primarily made for myself, but why not share it. It's inspired by some of the old subreddit styles and the old youtube design.

  • Should work with litely and darkly plus compact variants.
  • Uses rounded thumbnails to external links.
  • Uses square thumbnails to internal images.
  • Colored proprietary social media thumbs with their brand colors. (So you don't accidentally click on a youtube link for example).

There still are some things I have to fix in the dark theme, like buttons and card headers for example.

 

I'm currently using const prefersDarkTheme = window.matchMedia('(prefers-color-scheme: dark)').matches; but it doesn't take into consideration users that use a light system with a dark website.

EDIT: Solved with the following:

const element = document.getElementById("app");
const themeVariant = element.getAttribute("data-bs-theme");
if (themeVariant === "light") {
    var primaryBackground = "#f0f0f0";
} else {
    var primaryBackground = "#121317";
}
 

I do like myself a good Japanese game every once in a while, but right now I'm looking for other PS1 games made outside of Japan that are still very fun to play.

view more: next ›