IMDb Youtube Trailer Button

Youtube trailers on imdb

< Valutazione su IMDb Youtube Trailer Button

Recensione: Bene - lo script funziona

§
Pubblicato: 13/08/2022
Modificato: 13/08/2022

Maybe it is only me:
I don't show the YouTube button.

I trying to fnd your selector for it:
#ytButton
Can't find it too.

Waterfox Classic + Greasemonkey 3.XX

1N07Autore
§
Pubblicato: 24/08/2022

IMDB had made changes to the DOM that broke the script. Fixed.
I only tested on the latest Firefox + Tampermonkey, but it should theoretically work with Waterfox + Greasemonkey too.

§
Pubblicato: 24/08/2022
Modificato: 24/08/2022

Thanks:
I see the #ytButton button in fireburg.

But the button itself, became invisible after a very short time:
Maybe the same time than the short preview of IMdb.

That's normal ?
I prefer to see it always...
Tested too with Firefox Quantum

§
Pubblicato: 25/08/2022

If i had that CSS, it became visible all the time:
.hoyJOH.hide-videoPreview {
opacity: 1 !important;
transition: visibility 0s ease 0.5s, opacity 0.5s linear 0s;
visibility: visible !important;
}

§
Pubblicato: 25/08/2022

Another strange problem:
In Waterfox:
If i refresh the page the button is not here after.
And not in firebug too....

1N07Autore
§
Pubblicato: 25/08/2022

Last I updated it, it seemed to work for the 5-ish movies/tv-show pages I opened, but now it seems not.
Maybe I was inserting it too deep and it was going under other elements?
I moved it up the DOM tree a little. It's working for me again. Hope it doesn't randomly stop working again...

Tested and working on Firefox 104.0 (64-bit) and Waterfox Classic 2022.08 (64-bit) with Tapermonkey.

§
Pubblicato: 25/08/2022

Thanks :
It work like a charm!
Waterfox Classic + Greasemonkey 3.XX

1N07Autore
§
Pubblicato: 03/09/2022

It disappeared again after a few days of working fine...
I don't know if imdb is really making breaking changes to the page this often, or what is happening, but whatever. I moved it again and it's working ...for now.

§
Pubblicato: 03/09/2022

It work always!
;-)

§
Pubblicato: 08/03/2023

Yet it seems broken again :-(
Damn Youtube!
Can you fix it (if it is not only a problem of me) ?

1N07Autore
§
Pubblicato: 08/03/2023

Fixed.
Only tested standard Firefox, but the issue was an update to IMDB's HTML so it's probably fixed no matter the browser.

§
Pubblicato: 09/03/2023

Fine!
Note:
Work too with Waterfox Classic..

Pubblica risposta

Accedi per pubblicare una risposta.