Skip to content

Releases: ajayyy/SponsorBlockServer

1.0.34

13 Aug 03:47
0072cdb
Compare
Choose a tag to compare

Added username support

1.0.31

12 Aug 17:18
43f658f
Compare
Choose a tag to compare

Raised ratelimit per user to 8 sponsors and made submissions with negative votes not count in the stats.

1.0.21

30 Jul 23:32
dfd8d84
Compare
Choose a tag to compare

Raised vote cutoff from -3 to -2.

1.0.13

29 Jul 03:02
9c132c5
Compare
Choose a tag to compare

Made part of the DB private (votes, rate limiting) and made votes anonymous (use the UUID as a salt).

1.0.5

26 Jul 19:23
1148803
Compare
Choose a tag to compare

Fixed crashing issue when a non number is submitted to the server as startTime or endTime.

1.0.3

25 Jul 21:03
51efb9a
Compare
Choose a tag to compare

This is now a fully working product available on the Chrome and Firefox store!

Chrome: https://chrome.google.com/webstore/detail/mnjggcdmjocbbbhaepdhchncahnbgone/
Firefox: https://addons.mozilla.org/addon/sponsorblock/

Changes this version:

  • Better error display in the extension.

  • UserIDs now hashed server side to keep more privacy.

  • UUIDs are now hashed of the data submitted.

Initial Public Release

24 Jul 00:07
c59372d
Compare
Choose a tag to compare

Viewcounts are now tracked as well.

This is now a fully working product available on the Chrome and Firefox store!

Chrome: https://chrome.google.com/webstore/detail/mnjggcdmjocbbbhaepdhchncahnbgone/
Firefox: https://addons.mozilla.org/addon/sponsorblock/

MVP Release

22 Jul 23:30
9d0e479
Compare
Choose a tag to compare
MVP Release Pre-release
Pre-release

Added voting to the popup.

Added submitting to the video player.

Added improvements to the error messages displayed.

Added improvements to server ratelimiting.

Improved the way IPs are hashed server-side.

Voting

17 Jul 23:46
1a60308
Compare
Choose a tag to compare
Voting Pre-release
Pre-release

There is now voting and a system to return a random sponsorTime if there are multiple that are almost the same weighted based on the number of votes they have. This ensures that new submissions still are able to get some votes.

Initial Release

13 Jul 02:56
a41e6a9
Compare
Choose a tag to compare
Initial Release Pre-release
Pre-release
Merge pull request #1 from ajayyy/experimental

Ratelimits and per-user logging