Saves the YouTube video's current time to the url when the video is paused or when you seek through it. Made for Brave, but will probably work on other browsers too.
- Go to
brave://settings/shields/filters. - Turn on
Developer mode (Allow adding custom filters and scriptlets). - Click
Add new scriptletand enter the nameuser-youtube-time-save.js. - Paste in the contents of the
user-youtube-time-save.jsfile in this gist as the script's content and hit save. - Add the custom filter
youtube.com##+js(user-youtube-time-save.js)to ensure the scriptlet is run on YouTube.
Created by Andrew Mast, parts of code taken from a Firefox add-on created by ridiche34 and a Brave scriptlet created by andyface.