diff --git a/TamperTubePlus.js b/TamperTubePlus.js index e7edfec..a11d446 100644 --- a/TamperTubePlus.js +++ b/TamperTubePlus.js @@ -27,15 +27,15 @@ /*Settings Settings Settings Settings Settings*/ // you can change these settings if you want to: - var log_to_console = true; // log some debug info to the javascript console if set to true (default: false) + var log_to_console = false; // log some debug info to the javascript console if set to true (default: false) var enable_version_watermark = true; // enable or disable the version watermark in the top right of the video description (default: true), UI needs to be enabled for the watermark to show up - var disable_polymer_design = true; // disables the new forced polymer design if set to true (default: false) + var disable_polymer_design = false; // disables the new forced polymer design if set to true (default: false) var enable_ui = true; // enable the user interface with buttons and additional information (default: true) var download_hotkey = 119; // hotkey for quick video download (default key: F8 (119), 0 to disable), to look up key codes go to this website: https://tinyurl.com/y73b8h3z var search_hotkey = 115; // hotkey for quick search (default key: F4 (115), 0 to disable), to look up key codes go to this website: https://tinyurl.com/y73b8h3z var radio_hotkey = 113; // hotkey to activate the video's radio mix playlist (default key: F2 (113), 0 to disable), to look up key codes go to this website: https://tinyurl.com/y73b8h3z - var search_engine = 2; // change search engine for quick search (0 to disable, 1 for google, 2 for duckduckgo, 3 for bing or 4 for yahoo) - var stylesheet = 1; // switch through stylesheets for YouTube (default: 0) (0: disabled) (1: AdvancedYT - improved design and bigger video player for old youtube design) + var search_engine = 1; // change search engine for quick search (0 to disable, 1 for google, 2 for duckduckgo, 3 for bing or 4 for yahoo) + var stylesheet = 0; // switch through stylesheets for YouTube (default: 0) (0: disabled) (1: AdvancedYT - improved design and bigger video player for old youtube design)