Skip to content
This repository has been archived by the owner on Dec 11, 2018. It is now read-only.

Commit

Permalink
Update TamperTubePlus.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Sv443 authored May 26, 2018
1 parent f0ee461 commit 6f396dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions TamperTubePlus.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)



Expand Down

0 comments on commit 6f396dd

Please sign in to comment.