Injects a GitHub-style contribution graph into Danbooru profile pages. Visualizes contribution history for Uploads, Approvals, and Notes. You can view data by year, or click on a specific date for details. Works on all user profiles.
Major Overhaul: Switched from HTML scraping to Raw JSON API. The initial graph loading may take a bit longer depending on the contribution amount. Database: Added Dexie.js for persistent local caching. Optimization: Implemented Delta-Updates (Incremental Fetching) to minimize API usage. Fix: Resolved discrepancy between graph click and search results.
Injects a GitHub-style contribution graph into Danbooru profile pages. Visualizes contribution history for Uploads, Approvals, and Notes. You can view data by year, or click on a specific date for details. Works on all user profiles.
Injects a GitHub-style contribution graph into Danbooru profile pages. Visualizes contribution history for Uploads, Approvals, and Notes. You can view data by year, or click on a specific date for details. Works on all user profiles.
Finds the gallery page of the current post using and O(1) calculation or parallel search with query in search box. Supports keyboard shortcut(Alt + Shift + `โ`(Left Arrow)).
Sorts the posts of your favourite groups by post id. By default it's meant to be ran with a favourite group open but the id can be configured so that you don't need to have the favourite group open to sort it.
Note that your favourite groups are already sorted by post id in the posts page (i.e. entering favgroup:id into the search bar or clicking the title for a search fast travel). This is meant to order posts in the gallery view which appends by default.
Sorting is irreversible as favourite groups are not versioned.
Show
const ID = $("body").attr("data-favorite-group-id"); // const ID = 0;
const FAVGROUP_URL = `/favorite_groups/${ID}.json`
const FAVGROUP_DATA = await $.get(FAVGROUP_URL);
$.ajax({
url: FAVGROUP_URL, type: 'PUT', contentType: 'application/json',
data: JSON.stringify({post_ids: FAVGROUP_DATA.post_ids.sort((a, b) => a - b).join(" ")})
});
this script adds a few shortcuts to post thumbnails for common utilities. no idea how much use, if any, people are gonna get out of this, but it doesn't hurt to have it archived somewhere and i've been happily using it since writing it a couple of days ago.
features:
save downloads the post's original image
copy copies the post's original image to your clipboard
this currently only supports static images and uses some magic to convert the image to a PNG before copying, very much a would-if-i-could type situation, but alas, it's something i have no control over.
copy id copies the post's id to your clipboard in post #1234 format
artist takes you to a search of more posts by the artist
char takes you to a search of more posts of the character
for posts with multiple characters or artists, right now it just selects whoever appears first in the tag string.
source takes you to the post's source
...or right click to copy the source link to your clipboard
If extractor can't fetch artist's commentary from certain sites (such as Bilibili or Weibo), this script lets you retrieve data via APIs of other Danbooru instances (e.g. AIBooru or Cosbooru). You can also add more instances at the top of the script.
This tool visualizes your Danbooru activity through a GitHub-style contribution graph and a comprehensive analytics dashboard. Transitioning from 'Danbooru Grass' to 'Danbooru Insights,' it now offers deep metrics to help you master your posting habits and community contributions.
๐ Comprehensive Analytics Dashboard: Added a new dashboard view accessible via a button next to the username, visualizing post breakdown by Rating, Character, and Copyright, along with Milestones and Top Posts.
๐ Interactive Scatter Plot Widget: A powerful tool to visualize the correlation between upload date and post score, featuring dynamic filtering, and a "Drag & Select" function to inspect specific time ranges or score brackets.
๐ Enhanced Data Synchronization: Implemented an improved synchronization logic with progress indicators and background processing to ensure a stable and transparent data fetching experience.
This userscript is really cool! Unfortunately, it seems to not like syncing for me in order to see my analytics, constantly booting me back to the main sync screen whenever I press "Start Data Fetch". Considering I seem to have a bit of a tech curse in weirdly inconvenient ways as well as being a certified Heavy User (with 21,244 uploads in 2025 alone atm!), I can only interpret it as being overwhelmed by my stats and chosing to nope out on me lol.
There's probably a more logical explanation to that problem tho, so I wanted to let you know.
This userscript is really cool! Unfortunately, it seems to not like syncing for me in order to see my analytics, constantly booting me back to the main sync screen whenever I press "Start Data Fetch". Considering I seem to have a bit of a tech curse in weirdly inconvenient ways as well as being a certified Heavy User (with 21,244 uploads in 2025 alone atm!), I can only interpret it as being overwhelmed by my stats and chosing to nope out on me lol.
There's probably a more logical explanation to that problem tho, so I wanted to let you know.
I have the same glitch when I try to load your stats; it works fine on mine at a little over 9000 posts. Edit, I was doing some stress testing; it works with Unbreakable's stats, but the contribution grid doesn't show any posts prior to August 9th which I know has to be wrong. It also doesn't see any of your posts prior to June 19. Again, no bugs on my page.
This userscript is really cool! Unfortunately, it seems to not like syncing for me in order to see my analytics, constantly booting me back to the main sync screen whenever I press "Start Data Fetch". Considering I seem to have a bit of a tech curse in weirdly inconvenient ways as well as being a certified Heavy User (with 21,244 uploads in 2025 alone atm!), I can only interpret it as being overwhelmed by my stats and chosing to nope out on me lol.
There's probably a more logical explanation to that problem tho, so I wanted to let you know.
Placeholder1996 said:
I have the same glitch when I try to load your stats;
Dear friends, it was all because of a silly whitespace issue. While I was at it, I made some other fixes as well. Please give it another look.
Yeah, still got the issue. Can't even get the metadata to fetch past 0%.
Edit: Yeah I think it's due to my very high postcount. Worked like a charm on my considerably less heavy alt.
Ehh is it still not working after the update? I've already confirmed that it works on Unb's profile.
Try the latest version at the link below. If the issue persists, please send me a screenshot of your F12 Console via Dmail. That should help me figure out what's going on.
Ehh is it still not working after the update? I've already confirmed that it works on Unb's profile.
Try the latest version at the link below. If the issue persists, please send me a screenshot of your F12 Console via Dmail. That should help me figure out what's going on.