Danbooru (etc...) userscripts

Posted under General

I just helped baconmeh2 write a userscript, and then they suggested I reply in this thread, so I list the description of the userscript:

DeviantArt filenames contain a base36-encoded post ID at the end (prefixed with "d"). For example, "15_vaati_icons_by_lavleyart_by_lavleyart_dix7cpg" contains "ix7cpg", which converts to "1144161556" in base10. You can directly access posts via "https://deviantart.com/view/1144161556".

This userscript automatically converts base36 IDs to base10 format URLs, allowing quick access to original posts from saved filenames.

Note: Everything from "-" onward in filenames (such as "-pre") are sample image suffixes and can be ignored.

Install it

📊 Milestone Uploads Report
  • Displays a user's upload milestones on their profile page.
  • Supports milestone lookup for arbitrary tags on post counts page.
  • Notify user when approaching the next upload milestone.

You can customize the milestone numbers, the post threshold for notifications, and the notification message by editing the code at the beginning of the script.

Install

Updated by Sibyl

🆎 DejaVu Sans

This script is useful if your OS or browser lacks Verdana or forcibly aliases it to another font.
DejaVu Sans is a similar-looking open-source alternative to Verdana.

Replaces ’s default font Verdana with DejaVu Sans.
While you could normally change fonts via custom CSS, this script uses the GM_getResourceURL API to load fonts more efficiently.

Install

I personally like Verdana—thanks to user #764362 for recommending a great alternative.

1 9 10 11 12 13