Skip to content
Snippets Groups Projects
Commit 4e091b1e authored by Dwyriel's avatar Dwyriel :purple_heart:
Browse files

RYD optional features default to disabled

parent 0b0a31b6
Branches
No related tags found
No related merge requests found
// ==UserScript== // ==UserScript==
// @name Remove Youtube Propaganda // @name Remove Youtube Propaganda
// @namespace https://gitlab.com/Dwyriel // @namespace https://gitlab.com/Dwyriel
// @version 1.8.0 // @version 1.8.1
// @description Tries to remove any banner and other dismissibles that are plain annoying (or straight up propaganda). // @description Tries to remove any banner and other dismissibles that are plain annoying (or straight up propaganda).
// @author Dwyriel // @author Dwyriel
// @license MIT // @license MIT
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
const userscriptName = "[Remove Youtube Propaganda]"; const userscriptName = "[Remove Youtube Propaganda]";
const userscriptPolicyName = "RYP_Policy"; const userscriptPolicyName = "RYP_Policy";
let mutationObs; let mutationObs;
let shouldReplaceLogo = true; let shouldReplaceLogo = false;
let shouldRemoveShorts = true; let shouldRemoveShorts = false;
let shouldRemoveForYou = false; let shouldRemoveForYou = false;
const replaceLogoKey = "RYP_replace_logo"; const replaceLogoKey = "RYP_replace_logo";
const removeShortsKey = "RYP_remove_shorts"; const removeShortsKey = "RYP_remove_shorts";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment