-
Notifications
You must be signed in to change notification settings - Fork 758
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
thefreedictionary.com #2883
Comments
add - or add on uBO - |
I've just writtent this rule for the reek script: thefreedictionary_com : {
// Site: www.thefreedictionary.com
// shows back the site's word meaning when it tries to remove it.
host : ['thefreedictionary.com', 'tfd.com'],
onIdle : function () {
var contentDiv = document.getElementById('content'),
bodyDiv = document.getElementById('w1');
if (warn) {
warn = function() {
console.log("Tampermonkey: Suppressed thefreedictionary snag banner!");
};
}
if (contentDiv && contentDiv.classList.length > 0) {
contentDiv.classList = {};
}
}
}, Works for me as of this day. (not sure how long it will work) |
Sorry, could you please be more specific about the mechanics of your code? For example, would you like us to copy and paste it somewhere? Is it maybe a filter we add to...something, somewhere, possibly in Add-ons but I can't be sure because after that it just kind of branches out? https://adblockplus.org/en/filters says adding filters is something that's possible, but it somehow seems to skip what appears to be the very first step--how to add them. |
http://www.thefreedictionary.com
http://imgur.com/n2VQsM9
uBlock filters
uBlock filters – Badware risks (github.com)
uBlock filters – Privacy
uBlock filters – Unbreak
EasyPrivacy
Fanboy's Enhanced Tracking List
Adblock Warning Removal List (forums.lanik.us)
Anti-Adblock Killer | Reek (github.com)
EasyList (forums.lanik.us)
Malware Domain List (malwaredomainlist.com)
Malware domains (www.malwaredomains.com)
Fanboy's Annoyance List
Peter Lowe’s Ad and tracking server list
Adblock Warning Removal List
EasyList
AakList (Anti-Adblock Killer)
Peter Lowe's List
Adblock Warning Removal List
EasyList
Malware Domains
Fanboy's Social Blocking List
The text was updated successfully, but these errors were encountered: