Greasy Fork is available in English.

YouTube uBlock Whitelister (Improved)

An improved version of Zalastax's fixed version of gorhill's tool to whitelist ads for certain YouTubers

< Σχολιασμός για τον κώδικα YouTube uBlock Whitelister (Improved)

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

§
Δημοσιεύτηκε: 23/01/2017

Unfortunately doesn't work

This looks like some cool changes to my script so I tried it out, but I guess it crashes because it doesn't modify the URL and the button doesn't appear. If you make it work again I'd love to hear and I could add the changes to my script so that they can reach more people via updates.

§
Δημοσιεύτηκε: 12/04/2017
Επεξεργάστηκε: 12/04/2017
This looks like some cool changes to my script so I tried it out, but I guess it crashes because it doesn't modify the URL and the button doesn't appear. If you make it work again I'd love to hear and I could add the changes to my script so that they can reach more people via updates.

Line 38:
var newArg = channelId !== '' ? 'user=' + encodeURIComponent(channel) : '';

fixed code:
var newArg = channel !== '' ? 'user=' + encodeURIComponent(channel) : '';

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

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