Greasy Fork is available in English.
Allows to hide matched videos from subscriptions page
< Rückmeldungen auf Filter YouTube subscriptions videos
I fixed it: https://greasyfork.org/en/forum/discussion/12755/x
Single or double quotes makes no difference.
Couldn't get it to work :(
editted variables as shown below, but the script did not filter out these videos.
var videoMatchHide = {};
videoMatchHide['Arumba'] = ['Punch Club', 'Arumba Plays The Binding of Isaac', 'EUIV', 'Hero Defense Haunted Island'];
videoMatchHide['SciSchow'] = ['How Do Concussions Cause Amnesia?'];
videoMatchHide['*'] = ['Europa'];
I noticed you used double quotes in your info section, but single quotes in the actual code. Does this make any difference? (i'm not a coder).
Any idea how to get it working?