Skip to content

Commit 83a89fa

Browse files
committed
Updated userscript info and prepared for update
1 parent 0cd61a1 commit 83a89fa

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

youtube-element-blocker.js

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
// ==UserScript==
22
// @name YouTube element blocker
3-
// @namespace Syndamia
43
// @description Block specific elements of YouTube, like the Feed, Comments, Subscriptions bar and more
5-
// @version 1.4.1
6-
// @author Kamen Mladenov
4+
//
5+
// @version 1.5.0
6+
// @license MIT
7+
// @author Syndamia
8+
//
9+
// @source https://github.com/Syndamia/min-youtube-element-blocker
10+
// @supportURL https://github.com/Syndamia/min-youtube-element-blocker/issues
11+
// @homepage https://greasyfork.org/en/scripts/419701-youtube-element-blocker
12+
// @icon https://upload.wikimedia.org/wikipedia/commons/1/1a/YouTube_play_button_dark_rounded_square_%282013-2017%29.svg
13+
//
14+
// @namespace Syndamia
715
// @match *://*.youtube.com/*
816
// @run-at document-start
917
// ==/UserScript==
1018

11-
/* For suggestions, questions and reporting problems,
12-
* open (if it doesn't exist) a new issue here:
13-
* https://github.com/Syndamia/min-youtube-element-blocker/issues
14-
*/
15-
1619
/* Change the word after the name of a setting (and after the column character) to
1720
* true to enable it and to false to disable it (DO NOT REMOVE THE COMMA AFTER THE WORD)
1821
* For example, enabled hideFeed will look like this: "hideFeed" : true,

0 commit comments

Comments
 (0)