AnnanFay / userscripts

Miscellaneous userscripts
1 stars 0 forks source link

Anime-Planet site redesign #2

Closed Detest closed 9 years ago

Detest commented 10 years ago

The anime-planet web site has just undergone a redesign, and the script no longer works.

mlemaudit commented 10 years ago

Hello @AnnanFay @Detest,

To fix the problem, go at the end of the script and just change the line var list = get_by_class("entryTable"); by this one var list = get_by_class("pure-table");

Regards, M

Detest commented 10 years ago

That worked perfectly, Thanks!