Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
update rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jspenguin2017 committed May 12, 2018
1 parent 811ae50 commit 64c2ad0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions src/content/rules-specific.js
Original file line number Diff line number Diff line change
Expand Up @@ -3076,6 +3076,13 @@ if (a.domCmp(["boost.ink"])) {
});
});
}
if (a.domCmp(["3dzone.link"])) {
a.ready(() => {
$("a").filter(":scope > img[src^='https://authedmine.com/']").each((e) => {
e.textContent = e.href;
});
});
}

// Nano Adblocker does not support UserCSS because it breaks DOM Inspector, duct tape it here
// TODO - Convert to filter (or remove if already in uAssets) when minimum required version of Chrome can handle
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"webRequest",
"webRequestBlocking"
],
"version": "14.18",
"version": "14.19",
"web_accessible_resources": [
"resources/*"
]
Expand Down

0 comments on commit 64c2ad0

Please sign in to comment.