Filter YouTube subscriptions videos

Allows to hide matched videos from subscriptions page

< Feedback on Filter YouTube subscriptions videos

Question/comment

§
Posted: 2016/02/06

What do I need to do?

Hi, I want to use the script but I don't know where I can put which video's and channels I want to be hidden.

larionovAuthor
§
Posted: 2016/02/07
Edited: 2016/02/07

You need to edit this part of the code:
var videoMatchHide = {};
videoMatchHide['Arumba'] = ['Punch Club', 'Arumba Plays The Binding of Isaac', 'EUIV', 'Hero Defense Haunted Island'];
videoMatchHide['EnterElysium'] = ['XCOM 2'];
videoMatchHide['*'] = ['Crashlands', 'Lego Marvel Avengers', 'Train Valley'];

For example this code will hide videos 'Punch Club', 'Arumba Plays The Binding of Isaac', 'EUIV', 'Hero Defense Haunted Island' from channel 'Arumba', 'XCOM 2' videos from channel 'EnterElysium' and 'Crashlands', 'Lego Marvel Avengers', 'Train Valley' from all channels.

Post reply

Sign in to post a reply.