Index: include.postload.js |
=================================================================== |
--- a/include.postload.js |
+++ b/include.postload.js |
@@ -391,7 +391,7 @@ |
} |
if (url) |
{ |
- clickHideFilters.push(url); |
+ clickHideFilters.push(url.replace(/^[\w\-]+:\/+(?:www\.)?/, "||")); |
selectorList.push('[src="' + elt.getAttribute("src") + '"]'); |
} |