this post was submitted on 09 Dec 2023
168 points (96.2% liked)

Ask Lemmy

26437 readers
2721 users here now

A Fediverse community for open-ended, thought provoking questions


Rules: (interactive)


1) Be nice and; have funDoxxing, trolling, sealioning, racism, and toxicity are not welcomed in AskLemmy. Remember what your mother said: if you can't say something nice, don't say anything at all. In addition, the site-wide Lemmy.world terms of service also apply here. Please familiarize yourself with them


2) All posts must end with a '?'This is sort of like Jeopardy. Please phrase all post titles in the form of a proper question ending with ?


3) No spamPlease do not flood the community with nonsense. Actual suspected spammers will be banned on site. No astroturfing.


4) NSFW is okay, within reasonJust remember to tag posts with either a content warning or a [NSFW] tag. Overtly sexual posts are not allowed, please direct them to either !asklemmyafterdark@lemmy.world or !asklemmynsfw@lemmynsfw.com. NSFW comments should be restricted to posts tagged [NSFW].


5) This is not a support community.
It is not a place for 'how do I?', type questions. If you have any questions regarding the site itself or would like to report a community, please direct them to Lemmy.world Support or email info@lemmy.world. For other questions check our partnered communities list, or use the search function.


Reminder: The terms of service apply here too.

Partnered Communities:

Tech Support

No Stupid Questions

You Should Know

Reddit

Jokes

Ask Ouija


Logo design credit goes to: tubbadu


founded 1 year ago
MODERATORS
 

Here are some of mine, see my cross-post's comments for more


Reddit

Select and drag/drop text on Reddit while logged out (source)

www.reddit.com##+js(aeld, mousedown, isSelectionOutOfRange)
www.reddit.com##+js(aeld, mouseup, shouldShowButton)

Application spam on mobile (source)

! Reddit app ad
www.reddit.com##.XPromoPopupRpl
www.reddit.com##xpromo-new-app-selector
www.reddit.com##.bottom-bar, .XPromoBottomBar
www.reddit.com##.useApp,.TopNav__promoButton
www.reddit.com##body:style(pointer-events:auto!important;)

! uBO Annoyances has also this:
! https://github.com/uBlockOrigin/uAssets/issues/6826
reddit.com##.XPromoPopup
reddit.com##body.scroll-disabled:style(overflow: visible!important; position: static!important;)
reddit.com##.XPromoInFeed
amp.reddit.com##.AppSelectorModal__body
amp.reddit.com##.upsell_banner

www.reddit.com##xpromo-app-selector
www.reddit.com##body.scroll-is-blocked:style(overflow: visible!important; position: static!important;)
www.reddit.com##+js(aeld, touchmove)

www.reddit.com##.XPromoPopupRplNew

www.reddit.com##body[style*="pointer-events"]:style(pointer-events:auto!important;)
www.reddit.com##body[style*="overflow"]:style(overflow:auto!important;)

RPAN (source)

! Hide Reddit 'Top Broadcast Now' & 'Top livestream'
reddit.com##a[href^="/rpan/"] > h3:has-text(/Top (livestream|broadcast)/):upward(7)

Downloading (source)

! Block downloading. Please report back if does not work or causes issues
||strapi.reddit.com^$xhr,domain=reddit.com


Fandom

Block the autoplay videos on Fandom.com sites.

fandom.com##^#article-featured-video-container

Bunch of other fandom annoyances: https://letsblock.it/filters/fandom-cleanup


all 23 comments
sorted by: hot top controversial new old
[–] RazorsLedge@lemmy.world 47 points 10 months ago (1 children)

I don't have anything to contribute, just wanted to say thanks.

[–] otter@lemmy.ca 7 points 10 months ago

Happy to share the resources :)

[–] herrwoland@lemmy.world 24 points 10 months ago (1 children)

Wow the one for the annoying app spam is great! Thanks for that! So many times I looked up something to get annoyed with their stupid "oh no we are a web forum but you have to install our app so we make more moneeee" message

[–] RestrictedAccount@lemmy.world 8 points 10 months ago

Classic enshitification

[–] Huhni@lemmy.world 13 points 10 months ago (1 children)

Check out the uBlock Wiki! uBlock can do so much more than just block elements or network requests, you can use scriptlets to get rid of so many annoyances or the :style() operator to make sites look better and cleaner, without having to add a whole userscript manager. And if you auto delete cookies/localstorage for privacy reasons like me, you can still keep some individual site settings with the trusted-set-cookie or trusted-set-local-storage-item scriptlets. Also the :has-text() selector is really useful to filter out some annoying keywords in social media posts, it even supports regex!

[–] uranibaba@lemmy.world 1 points 10 months ago

Can uBlock Origin autodelete cookies? Because I use cookie auto delete for that.

[–] ProfessorScience@lemmy.world 11 points 10 months ago

I have a couple that I found for youtube that block the cards on top of videos, and the little info things in the corners.

youtube.com##.html5-endscreen-content

youtube.com##.html5-endscreen

youtube.com##.ytp-ce-element

annotations_module.js$script,domain=youtube.com

/endscreen.js$script,domain=www.youtube.com

[–] Ninjazzon@infosec.pub 4 points 10 months ago

I recommend consulting this website to find the filters you need: https://filterlists.com/

[–] Pyrozo007@lemmy.dbzer0.com 3 points 10 months ago (2 children)

I didn't know this was possible, god damn I would love it if there was an add-on specifically for stuff like this, which you could then toggle independently of adblocker.

[–] leraje@lemmy.blahaj.zone 4 points 10 months ago

There is. Install ViolentMonkey (an open source Userscript Manager) then install Userscripts of your choice -here's a few for for Reddit.

[–] cerevant@lemm.ee 1 points 10 months ago (1 children)

Sinkit for Reddit does the job on iPhones. It isn’t Apollo, but it makes the web interface usable.

[–] scytale@lemm.ee 3 points 10 months ago* (last edited 10 months ago) (1 children)

Does the old.reddit redirect work? I installed sinkit to try it out but it still loads the mobile interface even with redirect toggled on.

Edit: Nevermind, it worked after restarting. Thanks for the recommendation.

[–] uranibaba@lemmy.world 1 points 10 months ago

I used Redirector for old reddit. It allows me to redirect any URL to another based on wildcards or regex.

Here is the rule I use for it (save as a json file and import via the addon).

{
    "createdBy": "Redirector v3.5.3",
    "createdAt": "2023-12-10T21:12:34.219Z",
    "redirects": [
        {
            "description": "Old reddit",
            "exampleUrl": "https://www.reddit.com/r/pop_os/comments/b4vm0g/auto_login_a_pain/",
            "exampleResult": "https://old.reddit.com/r/pop_os/comments/b4vm0g/auto_login_a_pain/",
            "error": null,
            "includePattern": "https?:\\/\\/www.reddit.com\\/(.*)",
            "excludePattern": "",
            "patternDesc": "Redirect to old reddit",
            "redirectUrl": "https://old.reddit.com/$1",
            "patternType": "R",
            "processMatches": "noProcessing",
            "disabled": false,
            "grouped": false,
            "appliesTo": [
                "main_frame"
            ]
        }
    ]
}
[–] wason@lemmy.run 3 points 10 months ago* (last edited 10 months ago)

NoCoin filter. Blocks cryptominers on websites. Not sure if it still works or if it's needed, I think it's already included on another filter but also not sure.

https://github.com/hoshsadiq/adblock-nocoin-list

[–] Pregnenolone@lemmy.world 3 points 10 months ago (1 children)

Pretty sure RPAN has been gone for a few months now

[–] otter@lemmy.ca 1 points 10 months ago

Good to know, I don't think I've ever really seen it

[–] rem26_art@kbin.social 3 points 10 months ago

twitter.com##*[aria-label="Timeline: Trending now"]

If you use Twitter still, this blocks the sidebar on the right that shows whats Trending when you're on your main timeline.

[–] PixxlMan@lemmy.world 3 points 10 months ago (1 children)

You can't even copy text logged out on reddit anymore?! Guessing it's new reddit, but damn..

[–] arin@lemmy.world 2 points 10 months ago

There's one for twitch.tv called twitchadsolutons

[–] pineapplelover@lemm.ee 2 points 10 months ago

I toggle all the lists and add on steven black hosts list filters

[–] TigZip@lemmy.world 1 points 9 months ago

Is there a ‘proxy’ docker or application I can run that I can use for ublock that acts as a gateway so I could use its awesomeness on every device without configuring them?

I’m aware of Pihole but these additions look amazing and are obviously not dns based ?

[–] NullaFacies@sh.itjust.works 0 points 10 months ago* (last edited 10 months ago)

I use AdGuard's premium apps but these should work just fine in browser based adblockers: