Sorter bookmarklet for EZTV that sorts the list into specified rows of TV shows. EZTV is my go-to for checking the status of the TV shows that I regularly watch, so this works really well to cut down that list of thousands of shows, and see a list of 10 shows and if they are airing or on break.
How I use this right now (I will make it simpler, but for now it is not too crazy hard):
- Download the ez_bookmarklet.js file and with a text editor, swap out the list of shows with whichever shows you want to have easy access to. Make sure the names are written exactly as they are on the EZTV site.
- Save it and host it somewhere. This could be your Dropbox public folder.
- Copy the public link to your hosted file.
- Create a bookmark with the below code, and replace the path section with the path to your hosted file.
javascript:(function() { var s = document.createElement('script'); s.type = 'text/javascript'; s.src = 'YOUR-SOURCE-HERE/ez_bookmarklet.js'; document.body.appendChild(s); })();
I usually use this bookmarklet on the showlist page, though it also works well from the EZTV homepage.
For an example of how this tool works, highlight the following block of text and drag it to your browser's bookmark bar (verified working in Chrome):
javascript:(function() { var s = document.createElement('script'); s.type = 'text/javascript'; s.src = 'http://polluxtechnology.com/ez_bookmarklet.js'; document.body.appendChild(s); })();
Then visit EZTV's showlist page and click on your new bookmarklet to see the sorting magic!