CurrentUploads regularly checks the count of your uploads for the last 24 hours and compares it against the copyrights you uploaded as well as various time frames. The intended purpose is to allow a user to actively track how many uploads they've uploaded recently as well as the variety.
Installation
- Chrome/Firefox: Install Tampermonkey
Project page
Main script
Usage notes
Clicking the Toggle Upload Table link will show or hide the upload count table. Clicking the STASH link will completely hide the table. To restore it, click the green link that now appears in the footer.
Program details
The time frames currently shown are 1 day, 1 week, 1 month, 1 year and all-time. The following is how often each time frame is queried:
- 1 day: 5 minutes
- 1 week: 1 hour
- 1 month: 1 day
- 1 year: 1 week
- all-time: 1 month
The different copyrights it displays are from the user's uploads from the previous 24 hour period. Additionally, it will only show the base copyright, e.g. it will show Splatoon but not Splatoon 1 or Splatoon 2.
The statistics data is gathered automatically for the Daily period, but must be individually queried for other periods by clicking the name in the period header. The following is how long the statistics data is valid for each period.
- 1 day: 5 minutes
- 1 week: 1 day
- 1 month: 1 week
- 1 year: 1 month
- all-time: 1 year
Member-level caveats
Member-level users do not have the copyrights shown. The reason is that it takes 3 tags to show the copyright information for a user by period (Ex: user:BrokenEagle98 girls_und_panzer age:..1d). Member users can only search by 2 tags though.
Final
Current suggestions/ideas are:
- Add actual approval time statistics
Any suggestions or feedback is appreciated.
Latest edits
- (2022-09-04) Updated script link in OP
Versions
Show
- (2018-04-16)
- Version 2 - Initial release
- Version 3 - Adjusted table layout
- Gave the table a fixed height <Discord: nonamethanks>
- Fixed the copyright ordering <Discord:Unbreakable>
- Rate limit network requests to reduce browser performance degradation
- Present user with feedback during loading phase
- (2018-04-18)
- Version 4 - Heavily reduced network requests
- Only checks user upload counts when post IDs change
- Only checks site upload counts based on weekly average
- (2018-04-21)
- Version 5 - Updated to use new library
- (2018-04-23)
- Version 6 - Added statistics to day data
- (2018-04-23)
- Version 7 - Added ability to check other users <forum #145409: Provence>
- Added ability to stash UI with the STASH link
- When stashed, a link appears in the footer that can restore it
- Changed how data is stored to save space
- Made several other minor style changes
- (2018-07-23)
- Version 8 - Updated to use library
- (2018-08-11)
- Version 9
- Added full stats for weekly/monthly periods
- Added partial stats for yearly/all-time periods
- Added daily pruning of expired data
- Fixed usage by Member/Anonymous
- Various other fixes and code refactor
- (2018-09-05)
- Version 10 - Add setting menu
- (2018-09-13)
- Version 11 - Add time statistics
- (2018-10-01)
- Version 12 - Add approver option
- (2018-10-25)
- Version 13
- Added override option
- For users with no uploads/approvals over previous day
- Added copyright selection <forum #151552: Shinjidude>
- Can select copyrights from the last week or month
- Can add tags manually (if they exist)
- (2019-01-31)
- Version 14
- Sortable columns - <Discord: nonamethanks>
- Fixed position table headers
- Data viewable in chart form
- Added cache editor
- (2019-02-14)
- Version 15 - Updated to newest library
- (2019-12-25)
- Version 16 - Updated to newest library
Updated