Minor fixes/cleanup
This commit is contained in:
parent
4feee02e33
commit
ba9fbea1a1
4 changed files with 4 additions and 8 deletions
|
|
@ -11,10 +11,6 @@
|
|||
// ==/UserScript==
|
||||
|
||||
(function () {
|
||||
if (!unsafeWindow.enableCyTubeGoogleDriveUserscript) {
|
||||
return;
|
||||
}
|
||||
|
||||
function debug(message) {
|
||||
if (!unsafeWindow.enableCyTubeGoogleDriveUserscriptDebug) {
|
||||
return;
|
||||
|
|
@ -152,4 +148,5 @@
|
|||
|
||||
unsafeWindow.GoogleDrivePlayer = GoogleDrivePlayer;
|
||||
unsafeWindow.console.log('Initialized userscript Google Drive player');
|
||||
unsafeWindow.hasDriveUserscript = true;
|
||||
})();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue