Are you sure you want to go to an external site to donate a monetary value?
WARNING: Some countries laws may supersede the payment processors policy such as the GDPR and PayPal. While it is highly appreciated to donate, please check with your countries privacy and identity laws regarding privacy of information first. Use at your utmost discretion.
При первой загрузке страницы скрипт не запускается. Понять из-за чего у меня не получается.
Однако при перезагрузке страницы(Ctrl + R) все работает как надо.
Изменил значение директив:
// @match https://shikimori.org/* // @match http://shikimori.org/*
Теперь скрипт работает на всех страницах сайта
Страница списков проверяется так:
if (urlpart.indexOf("/list/anime") > 0) {//код}
Так же добавил непрерывную проверку на внедрение элементов в код страницы:
$(document).bind('mouseup mousemove ready', function(){ if($("#chk1").length>0) { return;} main(); });
Теперь скрипт должен работать как часы!))