Is there a CSS that removes the downvote button? I've no need for a function that is both completely useless to me and has been used by other users as a way to "attack" other uploaders.
It also serves as a safety measure so that I don't accidentally press the downvote button (which fortunately hasn't happened yet) when browsing on mobile.
Is there a userscript or CSS that adds a tagbox (with a fully functioning tag autocomplete dropdown menu) into the main upload page without anything uploaded, similarly to the old upload page?
Is there a userscript or CSS that adds a tagbox (with a fully functioning tag autocomplete dropdown menu) into the main upload page without anything uploaded, similarly to the old upload page?
I just finished up with a 'smart canvas' userscript, available here. There's a few images there to show it better, but basically it makes a wrapper for (full size) image posts to ensure they fit in your browser window, which means it'll scale down oversized images just as much as needed to fit, and clicking once will zoom in to 1x scale, clicking again resets scale to initial. It also allows you to pan around, and zoom manually (up to 3x), while retaining image-drag functionality at the initial zoom scale (for my fellow click-and-drag savers).
The inspiration was to essentially have a more seamless version of Eza's Image Glutton, bringing sensible zoom/panning into the post page directly. It'd be great to hear feedback, and I'm open to feature or option requests (I tried to make sure all significant variables are already possible to change as constants at the top of the script, but could make a custom interface for tweaking if enough people are interested).
A heads up: deleted uploads percentage (whether you're using the original script or my edited version from forum #310718) was broken due to 1376f7d. To fix it, all you need to do is change Uploads to Posts in the script. I've edited the aforementioned forum post as well if you just want to turn your brain off and copy-paste the entire thing over your current version.
commit d38c451 * Limit custom CSS to 40k characters long.
Due to upcoming limitations on the number of characters allowed in custom CSS user settings, embedding banned artist data (over 90 KB) into custom CSS is no longer viable.
Since there's no way to target all banned artists using simple CSS selectors, we still need to fetch the data manually.
The updated script now stores the banned artist data in localStorage instead of custom CSS user settings. As a result, Iโve moved the updated code here from the custom CSS thread (forum #363012).
You can configure the data update interval and specify which types of elements to style at the beginning of the script.