Greasy Fork is available in English.

YT: not interested in one click

Hover a thumbnail on youtube.com and click an icon at the right: "Not interested" and "Don't recommend channel"

< Opiniones de YT: not interested in one click

Puntuación: Bueno; el script funciona tal y como promete

§
Publicado: 11/3/2022

has a bug: sometimes clicking the "Not Interested" causes the dropdown to spawn from top-left

wOxxOmAutor
§
Publicado: 12/3/2022

I've never encountered it. What is your browser? Tampermonkey/Violentmonkey/Greasemonkey version?

§
Publicado: 19/3/2022

Firefox 98.0.1, Tampermonkey 4.15.6154. Diagnosed to see if any other script or addon was interfering but that wasn't the case.

Also I just now realized the rating I've put was wrong, should be "OK" (Functional, but has bugs)

wOxxOmAutor
§
Publicado: 20/3/2022

I couldn't reproduce it, but I've changed some timings in the new version, so maybe it'll fix the problem.

§
Publicado: 24/3/2022

To explain what I do:
Open the subscriptions page or a video in a new tab;
(For easier observation) DON'T scroll down;
Click "Not Interested" or similar shortcut button from your script;
Look at top-left corner or try (and fail) to scroll down.

It only happens once per tab.

wOxxOmAutor
§
Publicado: 24/3/2022

Are there any warnings/errors in devtools console?

§
Publicado: 24/3/2022

No warning nor error relevant to the script.

wOxxOmAutor
§
Publicado: 25/3/2022

Welp, try the new version.

§
Publicado: 25/3/2022

The bug persists. Maybe there could be a way to cheat it by having it think you clicked on a blank spot anywhere else after.

wOxxOmAutor
§
Publicado: 25/3/2022

The script is already doing it, so I can't imagine how the bug is even physically possible.

§
Publicado: 27/3/2022

OK, is there any way to have it close the element with the class "ytd-popup-container". Since that seems to be the pop up's class.

§
Publicado: 26/4/2022

Knock Knock, think I found what was going on.
changed line 71
document.body.click();
to
setTimeout(() => {document.body.click()}, 100);

It now clicks off correctly!

§
Publicado: 27/4/2022

Now (1.1.5) it works well, apparently.

Publicar respuesta

Inicia sesión para responder.