lemmy.one

Blaze, to asklemmy in What happened to Avaddon?
@Blaze@discuss.tchncs.de avatar

Probably that SJW needed some help?

Canyon201,
@Canyon201@lemmy.world avatar

Yea, sure like what the other admin Michelle did but then why is he completely gone from lemmy.world while still listed as the site admin lead?

Blaze,
@Blaze@discuss.tchncs.de avatar

Probably forgot to remove him as site admin lead?

Lifecoach5000,

I’m still stuck with that initialism meaning Social Justice Warrior.

stevedidwhat_infosec, (edited )

What’s an SJW?

AlmightySnoo,
@AlmightySnoo@lemmy.world avatar

funny double meaning to Blaze’s comment depending on whether you read it as Social Justice Warrior or Shit Just Works (the instance)

Etienne_Dahu, to memes in Firefox reader view 🔛🔝

You forgot the key weakness of read mode: its dark mode is not real black (), but dark grey. The difference is staggering with OLED screens.

jol,

I hate dark backgrounds though. Too much contrast.

bob_lemon,

There’s a reason most dark programming color schemes don’t have true black as their background, and it’s precisely this.

cmgvd3lw,

But if done right (with grey text or something), it could be phenomenal.

mexicancartel,

Darker text is the solution

Aria, (edited )

@-moz-document url-prefix(“about:reader”) {background-color: ;} in your usercontent.css

Etienne_Dahu,

Thanks, I only had to add !important and it changed the background.

Laticauda, (edited )

Dark grey makes for a better dark mode than black anyway.

flashgnash, to memes in Firefox reader view 🔛🔝

Is there a way to make reader view automatic on sites where it makes sense? Quite often use it when I get the “uwu pwease disable adbwock” message on a sketchy site but would be nice to just always have it on those kind of sites

SkippingRelax,

I’ve briefly looked into this before and couldn’t find anything obvious. Would love to hear if someone else has managed to make it work!

ChaoticNeutralCzech, (edited )

You’re not the first one to ask this and I’m tired so I’ll just slightly edit my other comment. Only read bold parts if you’ve read that one.

where it makes sense

Firefox has a built-in function that checks if the extractable text from the website is “acceptable” and will decide whether to display the button. I don’t think the result of this function is available to extensions but you should ask Firefox devs, maybe add an enhancement request.

You can trigger it everywhere using


<span style="color:#323232;">about:reader?url=https%3A%2F%2F[...]
</span>

You can use another trick: bookmark about:reader?url=%s and add read as its keyword (only in Properties window, separate from “tags”). Then put read␣ in front of any URL you want to view with Reader Mode!

There is also an extension called , which can do this for you automatically. However, it is rather clunky: you must create a Regex pattern to match URLs that you want to be affected, and you’ll need to temporarily disable the extension to exit Reader Mode.

flashgnash,

Unfortunately this doesn’t really work for me, the ideal use case is either have reader mode automatically enable where firefox thinks it should be able to (which is not always that accurate anyway)

Alternatively I might look into making an extension that just has a whitelist of all the sites/domains to use it on that everyone can contribute to

ChaoticNeutralCzech, to memes in Firefox reader view 🔛🔝

BTW Firefox has a built-in function that checks if the extractable text from the website is “acceptable” and will decide whether to display the button.

You can trigger it everywhere using


<span style="color:#323232;">about:reader?url=https%3A%2F%2F[...]
</span>

You can use another trick: bookmark about:reader?url=%s and add read as its keyword (only in Properties window, separate from “tags”). Then put read␣ in front of any URL you want to view with Reader Mode!

catsup, (edited )

Oh that’s really handy! Thanks m7

gareppa, to memes in Firefox reader view 🔛🔝
@gareppa@programming.dev avatar

Are you sure the left part is about ublock origin and not noscript?

explodicle,

The worst part about NoScript is gradually learning just how extreme the script situation has become. Today’s web won’t be archived nearly as well as Web 1.0 was. It’s only gotten more hostile to people with disabilities.

Kuunha, to linux in Request for help, I broke some graphics

I don’t use Fedora/Nobara, but seems like you can see the update history with: dnf history list

I’ve found this guide for rollback here: www.baeldung.com/…/dnf-history-rollback-vs-undo

Makka,

That is helpful, I’m not sure what I’m looking for yet though. But another comment lead me into antialiasing and this line in the history seems plausible.
install -y /tmp/zenity/nobara-amdgpu-config/fedora-amdgpu-pro/packages/amdamf-pro-runtime-5.4.3-4.fc37.x86_64.rpm /tmp/zenity/nobara-amdgpu-config/fedora-amdgpu-pro/packages/amd-gpu | 2023-04-25 20:11 | I, O | 11

Undo didn’t work though:

sudo dnf history undo 11
Error: The following problems occurred while running a transaction:
Cannot find rpm nevra “amd-gpu-firmware-20230404-149.fc37.noarch”.

So I made a rollback to my last know stable point: sudo dnf history rollback 2
It didn’t exactly workout either unfortunately:

Transaction history is incomplete, before 73.
ransaction history is incomplete, before 72.
Transaction history is incomplete, after 71.
Transaction history is incomplete, before 61.
Transaction history is incomplete, after 60.
Transaction history is incomplete, before 8.
Transaction history is incomplete, before 7.
Transaction history is incomplete, after 6.
Error: The following problems occurred while running a transaction:
Cannot find rpm nevra “ImageMagick-c+±1:6.9.12.82-1.fc37.x86_64”.
… many lines more about pkgs not found

I’ll do a reboot and see what actually took effect. Atleast I’m learning something, maybe I should do all my upgrades via dnf instead of the manager in the future, easier to know whats going on.

ik5pvx, to linux in Request for help, I broke some graphics

I had something like this and if I remember correctly it had to do with antialiasing. Try changing that settings

Makka, (edited )

Turning AA off for fonts solved the missing characters, downside it doesn’t look very good. I still have glitchy artefacts in some menus and the package manager doesn’t display any text for buttons which is a bit problematic. Guessing disabling some more AA settings would remove more of the problems. But it doesn’t solve my main problem - why did AA break in the first place

TheFriendlyDickhead, (edited ) to memes in Firefox reader view 🔛🔝

The sad thing is that well made websites can be a beautiful thing. But with the amount of ads they ruin that experience. And by enabling read mode all that website design that came up in the last year’s is gone again

peopleproblems,

It is possible to have a well designed website with ads. Unfortunately, once you start using analytics, you can figure out how to “tweak” your design to increase engagement with ads, thereby increasing revenue.

Before long, your well designed website is a crappy website because that brings in the bacon.

tekeous, to memes in Firefox reader view 🔛🔝

Reader mode is just regular Chad, me with my RSS reader with built in reader mode is the real Giga Chad

Churbleyimyam,

I hope you are using newsboat and opening web pages in w3m

velox_vulnus, (edited ) to memes in Firefox reader view 🔛🔝

Let me guess, you read video subtitles on YouTube?

Gormadt,
@Gormadt@lemmy.blahaj.zone avatar

Sometimes

But damn do more people need actual subtitles rather than the basic speech to text version, shit’s rough man

Aria,

The speech to text is basically perfect, the problem is YouTube’s choice to have to presented in the awful way they do. If they just looked like regular subtitles, I’d leave them on.

Holzkohlen,

Don’t you? I always watch movies and play games with subtitles as well. Granted, English isn’t my native language. I would not do that in my native language.

velox_vulnus,

You missed my joke, but that’s okay, I’ll explain it, I guess. OP said that they don’t use uBlock and that people who use it are “virgins” (no offense taken). I made a dig on them, as to how they’re watching videos in Firefox’s reading mode - by reading the subtitles?

Kalkaline, to memes in how th did they make it?
@Kalkaline@leminal.space avatar

Are you asking for real? They probably put it in an upsidedown box to let it rise and bake.

Vespair,

It’s literally just a Japanese-style square lidded bread pan.

For one example (pardon the gross Amazon link): a.co/d/5omfwxk

Kalkaline,
@Kalkaline@leminal.space avatar

There we go

Stamets, to lemmyshitpost in it's a puzzling one i'll tell you hwat
@Stamets@startrek.website avatar

You’re in good company. The same thing happened to me and my posts. Also happened to Picard M. We both had our posts removed and is banned for reasons we couldn’t figure out. I ended up making a second account to ask that instance why my posts weren’t able to be seen. Then the same admin (the one who banned us and removed the posts) then contacted us to try to elaborate but has no real answer. Started giving reasons for removal that made no sense within reality, nevermind their insanely vague rules.

The mods and admins are way too inconsistent over there. They do what they want, they don’t enforce. It’s exactly why I outright left lemmy.ml and don’t bother to engage with them anymore. It’s not consistent enough to know what to do and what not to do.

They wanna act like petulant children and throw shit at the walls then they can do so on their own.

Buttons, to programmer_humor in every damn time ...
@Buttons@programming.dev avatar

To avoid running code that might steal your data for profit, only run official code that will still your data for profit.

Doug, to programmer_humor in every damn time ...

No, but I’m gonna run his code anyway

GBU_28, (edited ) to lemmyshitpost in it's a puzzling one i'll tell you hwat

The fastest way to handle lemmygrad or hexbear is to just rile them up real good in their communities.

Rather than me banning them, they all ban or block me. Ezpz.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #