Try 30 days of free premium.

Search links i watchlists

3-16 wrote 8 years ago: 1

Since i just moved from myepisodes the one thing i missed the most was the extension i had for searching for the specific episode by clicking a link (yeah, laziness!). Since creating a chrome extension dont let me edit it fast end easy, I used a chrome extension that let you add custom javascript to any site Custom JavaScript for websites. The code i wrote adds a link on every episode in watchlists. You can easily edit the two variables searchUrl and linkText to your custom needs.

It creates links like
http://www.google.com/search?q=psych s01e01
http://www.imdb.com/find?s=q=psych s01e01
https://kat.cr/usearch/psych s01e01
...or whatever you would like


The code can be found at: https://gist.github.com/3-16/9dad9bd66ee56e4b49b3

Thought i would share it!


JuanArango wrote 8 years ago: 1

3-16 wrote:
Since i just moved from myepisodes the one thing i missed the most was the extension i had for searching for the specific episode by clicking a link (yeah, laziness!). Since creating a chrome extension dont let me edit it fast end easy, I used a chrome extension that let you add custom javascript to any site Custom JavaScript for websites. The code i wrote adds a link on every episode in watchlists. You can easily edit the two variables searchUrl and linkText to your custom needs. It creates links like www.google.com/search?q=psych s01e01
The code can be found at: https://gist.github.com/3-16/9dad9bd66ee56e4b49b3
Thought i would share it!

Thx alot for sharing this :)

cheers
Juan

3-16 wrote 8 years ago: 1

I have updated the code to include two new features:

* Links in the calendar page.
* A watched icon on every episode in the calendar page to toggle the watched state of the episode.

Try 30 days of free premium.