Perfect!
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--
?
Works as is so....
zanetu, thanks, updated.
nickodemos, it was working because the site adds rows separately, one row per mutation.
[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.