aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-07-27Merge pull request #35 from ajayyy/experimentalv1.0.10Ajay Ramachandran
Made it not possible to submit from the hotkey when not ready
2019-07-27Made it not possible to submit from the hotkey when not ready.Ajay Ramachandran
2019-07-26Merge pull request #29 from ajayyy/experimentalv1.0.9Ajay Ramachandran
Removed logging
2019-07-26Removed logging.Ajay Ramachandran
2019-07-26Merge pull request #26 from ajayyy/experimentalv1.0.8Ajay Ramachandran
Fixed bug making player controls only submit integers
2019-07-26Fixed bug making player controls only submit integers.Ajay Ramachandran
2019-07-26Merge pull request #25 from ajayyy/experimentalv1.0.7Ajay Ramachandran
Fixed old unsponsored times sometimes being used
2019-07-26Added hint about the hotkey.Ajay Ramachandran
2019-07-26Fixed old unsponsored times sometimes being used.Ajay Ramachandran
2019-07-26Merge pull request #9 from ajayyy/experimentalv1.0.6Ajay Ramachandran
Added support for hotkeys to submit data
2019-07-26Added support for hotkeys to submit data.Ajay Ramachandran
2019-07-26Merge pull request #8 from ajayyy/experimentalv1.0.5Ajay Ramachandran
Added quick fix for changing UUID when submitting two times
2019-07-26Updated version number.Ajay Ramachandran
2019-07-26Added quick fix for changing UUID when submitting two times.Ajay Ramachandran
2019-07-25Merge pull request #7 from ajayyy/experimentalv1.0.4Ajay Ramachandran
Zero second sponsors and support for switching tabs
2019-07-25Update version number.Ajay Ramachandran
2019-07-25Added support for sponsors at the zero second mark.Ajay Ramachandran
Also fixed some issues on the old YouTube theme.
2019-07-25Made it work when multiple tabs are opened in the background.Ajay Ramachandran
Now uses the focused tab instead of last tab updated.
2019-07-25Updated version numberAjay Ramachandran
2019-07-25Merge pull request #6 from ajayyy/experimentalv1.0.3Ajay Ramachandran
Added better error display
2019-07-25Added better error display.Ajay Ramachandran
2019-07-23Merge pull request #5 from ajayyy/experimentalv1.0.2Ajay Ramachandran
Added option to disable view count tracking
2019-07-23Added option to disable the view count tracking.Ajay Ramachandran
2019-07-23Update README.mdAjay Ramachandran
2019-07-23Merge pull request #4 from ajayyy/experimentalv1.0.1Ajay Ramachandran
View count additions and fixes
2019-07-23Updated version numberAjay Ramachandran
2019-07-23Added feature to prevent tons of sponsors reported next to each other from ↵Ajay Ramachandran
annoying the user.
2019-07-23Fixed curly bracket that for some reason was in the wrong place.Ajay Ramachandran
2019-07-23Made it send a request to the server to sponsor skip views.Ajay Ramachandran
2019-07-23Made it display how many views your submissions have received.Ajay Ramachandran
2019-07-23Updated icons to be square and fixed titlingAjay Ramachandran
2019-07-22Made a separate manifest file for FirefoxAjay Ramachandran
2019-07-22Updated gitignore for file renameAjay Ramachandran
2019-07-22Merge branch 'experimental' of https://github.com/ajayyy/SponsorBlock into ↵Ajay Ramachandran
experimental
2019-07-22Added support for Firefox.Ajay Ramachandran
2019-07-22Merge pull request #3 from ajayyy/experimentalv0.3Ajay Ramachandran
Error messages and usability improvements
2019-07-22Merge branch 'master' into experimentalAjay Ramachandran
2019-07-22Added small notice of how many submissions this user has made.Ajay Ramachandran
2019-07-22Fixed clear times button having incorrect behavior.Ajay Ramachandran
2019-07-22Switched it from using local storage to synced storage.Ajay Ramachandran
2019-07-22Made it finish the current animation on the submit button before hiding it.Ajay Ramachandran
2019-07-21Made it keep checking for submitted sponsor times every 10 seconds on recent ↵Ajay Ramachandran
videos.
2019-07-21Fixed typoAjay Ramachandran
2019-07-21Added submit button on the video player.Ajay Ramachandran
2019-07-20Sponsor time submission now has proper error messages.Ajay Ramachandran
2019-07-20Switched all xmlhttp requests to use new dedicated function.Ajay Ramachandran
2019-07-20Added a loading indicator when voting.Ajay Ramachandran
2019-07-20Add message when connection failed when trying to vote.Ajay Ramachandran
2019-07-19Added error message for a duplicate vote.Ajay Ramachandran
2019-07-17Added button to popup to allow you to vote from the popup.Ajay Ramachandran