This works great in violentmonkey and I suspect also in tampermonkey. It also can't be installed in greasemonkey which makes this script even better because remove that script disgracing app asap. Violentmonkey last update was 6 weeks ago, tampermonkey 6 months and greasemonkey 31 months and counting. BTW: I overwrote two lines with this two // @match https:/yandex.com/images/* // @grant GM_addStyle
and then it worked really bad: Either not or after refreshes and waiting. This was also the last script that I could write because the next one can't be saved because unnamed script namespace is in use. You can rename your script in the editor but if searched and find that " // @name GM_Yourname" is the way to name your local scripts in greasemonkey. That solution won't work because it's not implemented.
This works great in violentmonkey and I suspect also in tampermonkey.
It also can't be installed in greasemonkey which makes this script even better because remove that script disgracing app asap.
Violentmonkey last update was 6 weeks ago, tampermonkey 6 months and greasemonkey 31 months and counting.
BTW: I overwrote two lines with this two
// @match https:/yandex.com/images/*
// @grant GM_addStyle
and then it worked really bad: Either not or after refreshes and waiting.
This was also the last script that I could write because the next one can't be saved because unnamed script namespace is in use.
You can rename your script in the editor but if searched and find that " // @name GM_Yourname" is the way to name your local scripts in greasemonkey. That solution won't work because it's not implemented.