mirror of
https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist.git
synced 2026-08-06 02:12:35 -04:00
[GH-ISSUE #2] Misinterpreted/missing feature? #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DuskTheUmbreon on GitHub (Mar 1, 2024).
Original GitHub issue: https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist/issues/2
Line 936 of the primary list mentions the ability to press tab to comment out specific URLs.
However, I'm personally unable to get this to work. I'm unsure if there's something I'm missing, or if this was merely an internal dev comment that should be ignored. If it's intended to be a user-accessible feature and I'm simply not understanding how to utilize it, could a tutorial be added to the readme? If it's meant to be a dev comment and otherwise ignored, could that be clarified?
@laylavish commented on GitHub (Mar 1, 2024):
Hey!
I originally created this list on pastebin, but then was asked to implement a subscription alternative here on GitHub. Before it became a subscription, initially you would copy & paste the text into your uBlock Origin's filter list, which would then allow you to individually tab-out (comment out) different url's that you didn't want blocked.
That line was an artifact from bringing it over to GitHub (and i forgor about it 💀)
Now with this different implementation, you have to do it a different way.
For uBlockOrigin:
</>through uBlock Origin's logger.Boom! Now it's whitelisted!
Or, if you don't want to go through that mumbo-jumbo, add this line in your filter list:
www.google.com#@#a[href*="example.com"]:upward(div):style(opacity:0.00!important;)Change "example.com" to the url you want to whitelist. Copy & paste that in uBlock Origin's "My filters" list, and you're set!
For uBlacklist:
@*://*.example.com/*Sorry for the hassle, and hope this works well for you! Cheers!
@DuskTheUmbreon commented on GitHub (Mar 1, 2024):
Ah, I see, and that explains it. The curse of copy, paste, forgor is a devious one 😔
I do appreciate the explanation!
@laylavish commented on GitHub (Mar 2, 2024):
Hi again! I added a section in the readme
12d763b523that explains how to whitelist sites in both uBlock Origin & uBlacklist (so you don't have to reference this issue anymore). Going to close this issue since it is resolved. Have a good day! <3