Script Summary:
Removes unwanted posts from shiichan at dis.4chan.org by regex or javascript filter (with bonus features).
An initial version of Shiichan extensions. Filters posts (edit the source to change the filters). Changes post links to navigate within the page where possible, instead of loading the thread again. Changes "Post truncated." links to expand in-place.
Version History
Version 6This version is about 5 times faster on long threads. (It's still slower than it should be, but I hate JavaScript too much to rewrite this.) Uses the Selectors API, so you need a recent browser.Version 5It probably works in opera now.Version 4Added programmatic filters which are given most of the properties of the post to work with. More useful than a regex, anyway.Version 3Added EXPERT POST LINKING. (Replaces links to single posts with links to anchors within the page, if possible, in the thread view and index view. Such links are greenened.)Version 2Click handler now only applies to 'click to expand/collapse' message, allowing selecting text within expanded post without collapsing it.Version 1Script mysteriously vanished out of thin air.