From 9e3c3664e6b91b58e4d37e8b4366b18f93002a3f Mon Sep 17 00:00:00 2001 From: Sv443 <38158426+Sv443@users.noreply.github.com> Date: Wed, 30 May 2018 08:21:38 +0200 Subject: [PATCH] [1.4.0] More UI stuff, major fixes and failsafes changed ui button style added ui button color setting added ui button size setting made the code more fluent and appealing fixed bug of ui appearing on other youtube pages than /watch added multiple language support added more @grants added menu button, will be adding function to it in the next version fixed broken ui on new youtube design added switch() error failsafes via the "default:" option changed some of the settings to strings --- TamperTubePlus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TamperTubePlus.js b/TamperTubePlus.js index e334640..3643083 100644 --- a/TamperTubePlus.js +++ b/TamperTubePlus.js @@ -89,7 +89,7 @@ /*Init Init Init*/ - + var curversion = "1.4.0"; var URLhost = window.location.host; var URLpath = window.location.pathname;