Greasy Fork is available in English.

Vector Layout for Wikipedia (Fast)

returns old Wikipedia layout. (layout before 2023 redesign of the website)

< Σχολιασμός για τον κώδικα Vector Layout for Wikipedia (Fast)

Αναφορά: Καλός - ο κώδικας λειτουργεί

§
Δημοσιεύτηκε: 16/02/2023

Here's a fix for embedded video player.

If a video is embedded in the page like on https://en.wikipedia.org/wiki/Video clicking the video doesn't play it in lightbox, but goes to the video's info page instead and the video isn't playable in there either.

The fix would be to check if the link we're messing with has some specific attribute before we do the redirect on click. For now I have selected the role="button", but feel free to change it if you find something more general.

Add this to line 80: && !link.getAttribute('role')=='button'

NotYouΔημιουργός
§
Δημοσιεύτηκε: 16/02/2023

@nethew, fixed, thank you very much for help again! :)

§
Δημοσιεύτηκε: 17/02/2023

Thank you. My code was missing brackets, but you understood what it did and made it more general.

Δημοσίευση απάντησης

Συνδεθείτε για να δημοσιεύσετε μια απάντηση.