Post A48e5sghlm3rdIv2Rs by yerinalexey@mastodon.online
(DIR) More posts by yerinalexey@mastodon.online
(DIR) Post #A48DPLjLJhKuRkDBFQ by bbbhltz@fosstodon.org
2021-02-10T12:39:49Z
0 likes, 1 repeats
#TournamentOfBrowsers2021 Only an hour to go.#Qutebrowser is putting up an excellent fight (27% of the votes) but it looks like Firefox will take the trophy.
(DIR) Post #A48DRFPvl9vDRi2LNA by metalune@fosstodon.org
2021-02-10T13:00:08Z
0 likes, 0 repeats
@bbbhltz #qutebrowser for the win. fuck firefox, fuck icecat, fuck librewolf, QUTEBROWSER
(DIR) Post #A48SBUgohyTZUWshlY by fedops@fosstodon.org
2021-02-10T15:45:20Z
0 likes, 0 repeats
@metalune I'm curious if there is an equivalent to Ublock Matrix or similar for it? @bbbhltz
(DIR) Post #A48Y5m2zrKVZJSuZdY by bbbhltz@fosstodon.org
2021-02-10T16:04:57Z
0 likes, 0 repeats
@fedops @metalune there is an adblock function built in or you could just block ads using your hostfile with something like @The_Quantum_AdList https://gitlab.com/The_Quantum_Alpha/the-quantum-ad-list#-installation
(DIR) Post #A48Y5o1eVIcZRsIWoq by fedops@fosstodon.org
2021-02-10T16:45:25Z
0 likes, 0 repeats
@bbbhltz yeah that works fine but I really also need a script blocker. I'm not okay with any random website executing code on my system.@metalune @The_Quantum_AdList
(DIR) Post #A48Y5oSwroSIoX4KMi by metalune@fosstodon.org
2021-02-10T16:51:24Z
0 likes, 0 repeats
@fedops @bbbhltz @The_Quantum_AdList every site using JavaScript ever: :(
(DIR) Post #A48ZEAk81c1QAyedk0 by bbbhltz@fosstodon.org
2021-02-10T17:03:20Z
0 likes, 0 repeats
@metalune @fedops @The_Quantum_AdList I haven't checked BUT it might be an option in qutebrowser...I don't remember
(DIR) Post #A48dRvMsNxPUMVaj9E by taamas@fosstodon.org
2021-02-10T17:24:30Z
0 likes, 0 repeats
@bbbhltz @metalune @fedops @The_Quantum_AdList JavaScript can be disabled on qutebrowser.:set content.javascript.enabled false
(DIR) Post #A48dRwF78InN4iy2gi by fedops@fosstodon.org
2021-02-10T17:44:42Z
0 likes, 0 repeats
@taamas but that's then globally, right? I.e. will break most websites.I really like uBlock Matrix because you can, per scope, define what's to run and what now. By default 1st party scripts are ok, the rest is disabled. I find that extremely useful because it enables you to allow amazon stuff on Amazon sites only, but nowhere else.Shame it's abandonware but for now it still works.@bbbhltz @metalune
(DIR) Post #A48dRwtWi37b63sJg8 by metalune@fosstodon.org
2021-02-10T17:51:35Z
0 likes, 0 repeats
@fedops @taamas @bbbhltz @yerinalexey has a setup where he only allows javascript on certain sites, you can take a look at his dotfiles
(DIR) Post #A48e5sghlm3rdIv2Rs by yerinalexey@mastodon.online
2021-02-10T17:58:47Z
0 likes, 0 repeats
@metalune @fedops @taamas @bbbhltz In case anyone is interested: https://git.sr.ht/~yerinalexey/dotfiles/tree/master/item/qutebrowser/config.py#L85-136,143-144Note: if you allow JS for a specific site like this, it will still not block third-party stuff (but that's where Adblock should take place). I've heard that there's uMatrix-like "plugin" for qutebrowser but I haven't tried it.