Skip to content

Commit

Permalink
v3.120-testing.2
Browse files Browse the repository at this point in the history
  • Loading branch information
adokseo committed Jan 5, 2021
1 parent 1af3ade commit e49079c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions background.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ chrome.runtime.setUninstallURL('https://improvedtube.com/uninstalled');

var _gaq = _gaq || [];

/*(function() {
(function() {
var ga = document.createElement('script');

_gaq.push(['_setAccount', 'UA-88354155-1']);
Expand All @@ -343,7 +343,7 @@ var _gaq = _gaq || [];
ga.src = 'https://ssl.google-analytics.com/ga.js';

document.body.appendChild(ga);
})();*/
})();



Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"short_name": "ImprovedTube",
"description": "Make YouTube tidy & powerful! YouTube Player Size Theme Quality Colors ad-block Playback Speed Style Playlist Channel H.264 Auto HD",
"version": "3.121",
"version_name": "3.120-testing.1",
"version_name": "3.120-testing.2",
"default_locale": "en",
"icons": {
"128": "assets/icons/128.png",
Expand Down Expand Up @@ -83,4 +83,4 @@
"https://*.youtube.com/*"
],
"update_url": "https://clients2.google.com/service/update2/crx"
}
}

0 comments on commit e49079c

Please sign in to comment.