From 90a96945c161d553aaf5bec27578085305cf1b2d Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Thu, 20 Oct 2016 23:34:45 +0200 Subject: [PATCH] manifest.json now contains update URL. uw.js contains half-finished code for adding buttons --- .manifest.json.kate-swp | Bin 0 -> 1128 bytes img/{ => ytplayer-icons}/fith.png | Bin img/{ => ytplayer-icons}/fitw.png | Bin img/{ => ytplayer-icons}/reset.png | Bin img/{ => ytplayer-icons}/uzoom.png | Bin img/{ => ytplayer-icons}/zoom.png | Bin js/uw.js | 51 ++++++++++++++++++++++++----- manifest.json | 7 +++- 8 files changed, 48 insertions(+), 10 deletions(-) create mode 100644 .manifest.json.kate-swp rename img/{ => ytplayer-icons}/fith.png (100%) rename img/{ => ytplayer-icons}/fitw.png (100%) rename img/{ => ytplayer-icons}/reset.png (100%) rename img/{ => ytplayer-icons}/uzoom.png (100%) rename img/{ => ytplayer-icons}/zoom.png (100%) diff --git a/.manifest.json.kate-swp b/.manifest.json.kate-swp new file mode 100644 index 0000000000000000000000000000000000000000..155d51c494d9da0a9ee7567b22231e24a45b6f20 GIT binary patch literal 1128 zcmY+=OG*Pl6hP7Lng36Wzl?%&jkt#h#$j|Ujr1TGV$gs(b02QPWjJ;yxCXaiUmh=) z9u(AlRUC>cilTE}E$aUGrJDCIC)2uraduu5MYn#KefHj0zHfiNUO)bRZ%*z;gYi{! z(reagv&uK>xK&53I&9U!vW81%t(ldJbSxYT$HIxyS;v{DW8qjh7EYAT2F^4c3&+B- zaH4cJajJAI91F+7iPG7^S^l$yW8qjhQ99c=b-u^Kv2ZM$D4iXgr*teF3&+BV(%Hp1 zO~=Bqa4eiCoes_<9Sg_8v2dbv_Hgdgv2ZLL3nxmai}RR{g=67ZI8i$LIJ0yt91F+7 giPB+KKBr^hSU48DC>?H;gLEt$i=BlLH5?EB0RvoD-2eap literal 0 HcmV?d00001 diff --git a/img/fith.png b/img/ytplayer-icons/fith.png similarity index 100% rename from img/fith.png rename to img/ytplayer-icons/fith.png diff --git a/img/fitw.png b/img/ytplayer-icons/fitw.png similarity index 100% rename from img/fitw.png rename to img/ytplayer-icons/fitw.png diff --git a/img/reset.png b/img/ytplayer-icons/reset.png similarity index 100% rename from img/reset.png rename to img/ytplayer-icons/reset.png diff --git a/img/uzoom.png b/img/ytplayer-icons/uzoom.png similarity index 100% rename from img/uzoom.png rename to img/ytplayer-icons/uzoom.png diff --git a/img/zoom.png b/img/ytplayer-icons/zoom.png similarity index 100% rename from img/zoom.png rename to img/ytplayer-icons/zoom.png diff --git a/js/uw.js b/js/uw.js index c0cd7f9..bc9f99d 100644 --- a/js/uw.js +++ b/js/uw.js @@ -7,11 +7,15 @@ var zoomStep = 0.05; var whatdo_persistence = true; var last_whatdo = "reset"; -var debugmsg = false; +var debugmsg = true; + +var ctlbar_classnames = ["ytp-chrome-controls"]; +var serviceArray = [".video-stream" ]; //Youtube $(document).ready(function() { + console.log("=========================================================================================="); // console.log("uw::document.ready | document is ready"); - var serviceArray = [".video-stream" ]; //Youtube + // To bo naš dinamičen css // this will be our dynamic css sheet @@ -46,20 +50,48 @@ $(document).ready(function() { changeCSS(3); } }); - // console.log("uw::document.ready | loaded shortcuts"); document.addEventListener("mozfullscreenchange", function( event ) { inFullScreen = ( window.innerHeight == window.screen.height && window.innerWidth == window.screen.width); inFullScreen ? onFullscreenOn() : onFullscreenOff(); }); -// $("