Skip to content

Rewritten versions of some of my bookmarklets and userscripts for Reddit. Some of their older versions may still be available on my gists.

License

Notifications You must be signed in to change notification settings

PitchforkAssistant/reddit-browser-tools

Repository files navigation

reddit-browser-tools

Rewritten versions of some of my bookmarklets and userscripts for Reddit. Some of their older versions may still be available on my gists.


Userscripts

Located in the userscripts folder, these run using the Tampermonkey extension. If you click on the raw button on the script page or one of the links below, Tampermonkey should automatically prompt you to install it.

  • showregtime.user.js
    This script shows the user's registration time on their profile page without having to hover over the "redditor for x" text.
    Shown in the bottom left of this screenshot.

  • showregtimemodmail.user.js
    This script shows the user's registration time on their modmail profile card, which is not available even upon hover by default.
    Shown just above the view full profile link in this screenshot.

  • resimagesize.user.js
    This script adds a label with the image's original resolution to just above the image when a expanded with RES.
    Shown just above the expanded image in this screenshot.

  • simplequeuefilters.user.js
    This script adds a few buttons to the Toolbox queue tools to quickly only show certain types of posts. The buttons are currently User Reports, Mod Reports, AutoModerator Reports, Filtered, and Approved. Toolbox's built-in unhide all button reverses these filters.
    Shown in the bottom right of this screenshot.

  • selectalltoolbox.user.js
    This script adds a a button Toolbox's mod quick mod actions that allows you to select all subs added to quick access in the toolbox settings with a single click.


Bookmarklets

Located in the bookmarklets folder, these are installed by adding them as a bookmark in your browser with the link set to their code. They run on the current page when clicked.

GitHub does not allow dragable javascript links in the readme, so you will have to copy the code from the raw link and paste it into a bookmark manually.

  • commentparentcheck.js
    This bookmarklet checks if the parent post of every comment and adds a label if it no longer exists. This is most useful in the modqueue, but should work on any page with comments.
    The screenshot below shows three different types of removed parent posts.

  • showkarmaandage.js
    This bookmarklet adds karma and age tags to every user on a page. If this is ran first, the next bookmarklet will use data from these tags where possible.
    The red, green, and blue tags after usernames in the screenshot below show link karma, comment karma, and account age respectively.

  • dupeagecheck.js
    This bookmarklet checks every user on a page to check for users that have registered on the same day, helpful for finding spam rings. Uses data from karma and age tags where possible.
    The information is shown as an alert and also logged to console.

  • zombiedetector.js
    This bookmarklet adds a symbol after every user on a page that is older than 30 days with less than 10k karma, but less than 100 posts or comments. This is useful for finding spam accounts that have been created a while ago but are only now being used.
    The tag is shown in the screenshot below.

  • crossreferencesubreddits.js
    This bookmarklet checks every user on a page to see what other subreddits they have posted in, it then maps users to subreddits and displays subreddits that have multiple users in common. It excludes subreddits with more than 100k members. This is very useful for finding spam and astroturfing rings.
    The information is shown as an alert and also logged to console.

  • screenshotcleanup.js
    This bookmarklet removes a lot of the clutter from a screenshot of an old Reddit page. It also adds buttons to temporarily hide certain content.
    This is what the page looks like after the bookmarklet is ran, notice the [X] buttons on the top left of each comment.

About

Rewritten versions of some of my bookmarklets and userscripts for Reddit. Some of their older versions may still be available on my gists.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published