Skip to content

Commit 786a28e

Browse files
committed
Refactor code
1 parent a051e59 commit 786a28e

21 files changed

Lines changed: 1481 additions & 1571 deletions

chrome/js/backgroundChrome.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

chrome/js/browserUtils.js

Lines changed: 0 additions & 197 deletions
This file was deleted.

chrome/manifest.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
],
3535
"js": [
3636
"js/lib/jquery/jquery.min.js",
37-
"js/browserUtils.js",
3837
"js/YTTUtils.js",
3938
"js/content.js"
4039
],
@@ -45,10 +44,8 @@
4544
"background": {
4645
"scripts": [
4746
"js/lib/jquery/jquery.min.js",
48-
"js/browserUtils.js",
4947
"js/YTTUtils.js",
50-
"js/background.js",
51-
"js/backgroundChrome.js"
48+
"js/background.js"
5249
]
5350
},
5451
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",

chromeBeta/manifest.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
],
3535
"js": [
3636
"js/lib/jquery/jquery.min.js",
37-
"js/browserUtils.js",
3837
"js/YTTUtils.js",
3938
"js/content.js"
4039
],
@@ -45,10 +44,8 @@
4544
"background": {
4645
"scripts": [
4746
"js/lib/jquery/jquery.min.js",
48-
"js/browserUtils.js",
4947
"js/YTTUtils.js",
50-
"js/background.js",
51-
"js/backgroundChrome.js"
48+
"js/background.js"
5249
]
5350
},
5451
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",

firefox/js/backgroundFirefox.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)