A userscript that adds some convinience functions to the premiumize.me file viewer. This is especially useful when streaming series directly.
- adds buttons to the premiumize.me file viewer to play the next or previous episode
- adds button to the main page to reopen the last open file
- labels watched episodes
- Autoplay next video if available
- save current time and resume on time if file is reopend
- use greasemoney to save and syn storage
- Install Tempermonkey for firefox or chrome
- open the Premiumize_buttons.user.js file in raw mode (or click here)
- confirm installation
- navigate to the folder with episodes
- open one of the files
- two buttons should have been added under the breadcrumps
- the main page should now contain a 'reopen last' button
- adjusted to content changess
- cleanup
- implemented maybe next button that looks for files outside the current folder based on a sorted string list
- code cleanup
- moved db to sets
- added time zero when video ended
- added function to save the current playback time
- added auto seek to last time if exists
- moved away from jQuery functions
- moved to newer javascript slectors, this removes support for older browsers
- moved to new file storage structure