Filter YouTube subscriptions videos

Allows to hide matched videos from subscriptions page

< 脚本Filter YouTube subscriptions videos的反馈

提问/评论

§
发表于: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
§
发表于:2016-11-20

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

Single or double quotes makes no difference.

发表回复

登录以发表回复。