Filter YouTube subscriptions videos

Allows to hide matched videos from subscriptions page

< Feedback on Filter YouTube subscriptions videos

Question/comment

§
Posted: 2016-10-02

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?

Qon
§
Posted: 2016-11-20

I fixed it: https://greasyfork.org/en/forum/discussion/12755/x

Single or double quotes makes no difference.

Post reply

Sign in to post a reply.