Discussions » Creation Requests

[SOLVED] TVDB

§
Posted: 19.04.2015.
Edited: 19.04.2015.

[SOLVED] TVDB

http://www.thetvdb.com/?string=Allegiance&searchseriesid=&tab=listseries&function=Search



Looking to be able to hide any language other than English. Sometimes there can be up to 15 or more languages and trying to find English in the mix is annoying.

§
Posted: 19.04.2015.

Perfect!

§
Posted: 20.04.2015.

Here: The TVDB English only search results.

https://greasyfork.org/en/scripts/9330-the-tvdb-english-only-search-results/code#n14

for (var i=nodes.length-1, n; i>=0 && (n=nodes[i]); i++)

Shouldn't i++ be i--?

§
Posted: 21.04.2015.

Works as is so....

woxxomMod
§
Posted: 21.04.2015.

zanetu, thanks, updated.

nickodemos, it was working because the site adds rows separately, one row per mutation.

Post reply

Sign in to post a reply.