Skip to content

Instantly share code, notes, and snippets.

@webdevsuperfast
Last active June 6, 2023 22:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save webdevsuperfast/411c2f0a93682049c12bf54efca51813 to your computer and use it in GitHub Desktop.
Save webdevsuperfast/411c2f0a93682049c12bf54efca51813 to your computer and use it in GitHub Desktop.
My settings for Enhancer for Youtube extension on Firefox
{
"version": "2.0.107.2",
"settings": {
"blur": 0,
"brightness": 100,
"contrast": 100,
"grayscale": 0,
"huerotate": 0,
"invert": 0,
"saturate": 100,
"sepia": 0,
"applyvideofilters": false,
"backgroundcolor": "#000000",
"backgroundopacity": 85,
"blackbars": false,
"blockads": true,
"blockadsexceptforsubs": false,
"blockautoplay": true,
"blockhfrformats": false,
"blockwebmformats": false,
"cinemamode": false,
"cinemamodewideplayer": true,
"controlbar": {
"active": true,
"autohide": false,
"centered": true,
"position": "fixed"
},
"controls": [
"loop",
"reverse-playlist",
"whitelist",
"not-interested",
"cards-end-screens",
"cinema-mode",
"size",
"pop-up-player",
"speed",
"video-filters",
"screenshot",
"keyboard-shortcuts",
"options"
],
"controlsvisible": false,
"controlspeed": true,
"controlspeedmousebutton": false,
"controlvolume": false,
"controlvolumemousebutton": false,
"customcolors": {
"--dimmer-text": "#cccccc",
"--hover-background": "#232323",
"--main-background": "#111111",
"--main-color": "#00adee",
"--main-text": "#eff0f1",
"--second-background": "#181818",
"--shadow": "#000000"
},
"customcssrules": "",
"customscript": "",
"customtheme": false,
"darktheme": false,
"date": 1576089711696,
"defaultvolume": false,
"disableautoplay": true,
"executescript": false,
"expanddescription": false,
"filter": "none",
"hidecardsendscreens": false,
"hidechat": true,
"hidecomments": false,
"hiderelated": false,
"ignoreplaylists": false,
"ignorepopupplayer": true,
"localecode": "en_US",
"localedir": "ltr",
"message": false,
"miniplayer": true,
"miniplayerposition": "_bottom-right",
"miniplayersize": "_320x180",
"newestcomments": false,
"overridespeeds": true,
"pauseforegroundtab": true,
"pausevideos": true,
"popuplayersize": "640x360",
"qualityembeds": "small",
"qualityembedsfullscreen": "medium",
"qualityplaylists": "medium",
"qualityplaylistsfullscreen": "medium",
"qualityvideos": "medium",
"qualityvideosfullscreen": "medium",
"reload": false,
"reversemousewheeldirection": false,
"selectquality": true,
"selectqualityfullscreenoff": false,
"selectqualityfullscreenon": false,
"speed": 1,
"speedvariation": 0.1,
"stopvideos": false,
"theatermode": false,
"theme": "default-dark",
"themevariant": "youtube-deep-dark.css",
"update": 1619084344693,
"volume": 50,
"volumemultiplier": 3,
"volumevariation": 5,
"whitelist": "Firefox",
"wideplayer": true,
"wideplayerviewport": false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment