>> |
cm
File :-(, x)
>>538536 create a new script with greasemonkey and use this code
(function() { var allElements, thisElement; allElements = document.evaluate( '//TD[contains(., "Open this image")]|//TD[contains(., "OPEN THIS IMAGE")]|//blockquote[contains(., "Open this image")]|//blockquote[contains(., "OPEN THIS IMAGE")]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null); for (var i = 0; i < allElements.snapshotLength; i++) { thisElement = allElements.snapshotItem(i); thisElement.parentNode.removeChild(thisElement);
} })();
use http://*.4chan.* for the website list
you can add and/or change keywords
enjoy
|