Commit graph

498 commits

Author SHA1 Message Date
Ajay Ramachandran
aebb4313bc
Merge pull request #97 from ajayyy/experimental-ajay
Fixed background not using serverAddress from config
2019-08-11 17:09:42 -04:00
Ajay Ramachandran
d42377a5cd Fixed background not using serverAddress from config. 2019-08-11 17:09:04 -04:00
Official Noob
f254a99d6f
notifications 2019-08-11 21:21:04 +01:00
Official Noob
19a1a5efda
Added alertPrevious message 2019-08-11 21:20:10 +01:00
Official Noob
28322f19b5
videoID 2019-08-11 19:36:52 +01:00
Official Noob
c7d03aa423
videoID 2019-08-11 19:32:44 +01:00
Official Noob
60242df3c9
Removed stuff thats in utils.js 2019-08-11 19:29:38 +01:00
Official Noob
1aab52edbe
Remove userID 2019-08-11 19:27:38 +01:00
Ajay Ramachandran
2580577ce0
Added comments 2019-08-11 12:49:25 -04:00
Official Noob
1ab33375ec
Update background.js 2019-08-11 13:51:59 +01:00
Official Noob
e1f5046ace
Merge branch 'experimental' into patch-19 2019-08-11 13:38:00 +01:00
Ajay Ramachandran
699ca91a94 Made channel whitelisting properly work on first loaded video. 2019-08-10 22:04:32 -04:00
Ajay Ramachandran
30c12e3983 Reduced errors by getting if the channel is whitelisted after checking it is is a YouTube tab. 2019-08-10 20:57:11 -04:00
Ajay Ramachandran
15d6a48359 Fixed url object not being properly defined. 2019-08-10 20:53:43 -04:00
Ajay Ramachandran
b700d4eec0
Merge pull request #72 from OfficialNoob/patch-10
Added Utils file + Updated Parser
2019-08-10 19:57:11 -04:00
Ajay Ramachandran
5be8ecb32b Fixed up formatting and style. Added more detailed error messages. Changed from var to let.
Co-author worked on creating this url parser.

Co-Authored-By: Giacomo Rossetto <jackyman_cs4@live.it>
2019-08-10 19:55:39 -04:00
Ajay Ramachandran
ccafbf663c Fixed typos.
Co-author worked on creating this url parser.

Co-Authored-By: Giacomo Rossetto <jackyman_cs4@live.it>
2019-08-10 19:51:08 -04:00
Ajay Ramachandran
3f7e9e22ec
Merge pull request #89 from bershanskiy/nonpersistent
Refactor: make background non-persistent
2019-08-10 19:38:29 -04:00
Ajay Ramachandran
e5d9c75392
Merge pull request #92 from bershanskiy/web_accessible_resources
Remove help/* from web_accessible_resources
2019-08-10 19:37:46 -04:00
Official Noob
b28087f723
Kind of better :/ 2019-08-09 11:34:08 +01:00
Official Noob
866cc33f0e
Update content.js 2019-08-08 20:33:05 +01:00
Official Noob
02448307ab
Update background.js 2019-08-08 20:32:18 +01:00
Anton Bershanskiy
b34b3f5651
Remove help/* from web_accessible_resources
Remove files in help/ directory from web_accessible_resources in manifest.json because the help page opens in context of the extension (no need to expose it to other contexts).
2019-08-08 14:21:42 -05:00
Anton Bershanskiy
7c787b77e8 Remove unnecessary changes 2019-08-08 14:17:33 -05:00
Official Noob
1b5d5f8a3a
Added tab update back 2019-08-08 20:15:23 +01:00
Official Noob
6707d6df8d
Added onUpdated back as did not work 2019-08-08 19:59:15 +01:00
Anton Bershanskiy
0c669d6b83 Fix: add migration path away from shownInstallPage 2019-08-08 13:29:09 -05:00
Official Noob
883871123a
Update content.js 2019-08-08 19:26:26 +01:00
Official Noob
301e16b8f1
Removed tabUpdate as detecting in contentscript 2019-08-08 19:25:29 +01:00
Ajay Ramachandran
df1bc9d7a6
Merge pull request #91 from ajayyy/master
Update experimental
2019-08-08 13:40:22 -04:00
Official Noob
e1f1814748
Moved code from background.js 2019-08-08 17:03:58 +01:00
Official Noob
074f7c5456
Switched callback to onTabs 2019-08-08 16:50:33 +01:00
Official Noob
2a64afe9dc
camelCase 2019-08-08 16:48:00 +01:00
Official Noob
4c12bb9c2f
camelCase 2019-08-08 16:45:23 +01:00
Official Noob
22e7c6a40d
Sync Video ID with Storage API 2019-08-08 14:44:48 +01:00
Official Noob
a9ea22f505
Get ID from storage API 2019-08-08 14:43:15 +01:00
Official Noob
2067b1c787
Removed unused lines 2019-08-08 14:04:21 +01:00
Official Noob
410f5fc138
Update background.js 2019-08-08 14:03:13 +01:00
Official Noob
077efd2de3
Moving to content script 2019-08-08 14:02:06 +01:00
Official Noob
62632792cc
Removed tabs permission 2019-08-08 13:28:50 +01:00
Anton Bershanskiy
7e2925a1e3 Refactor: make background non-persistent 2019-08-08 00:24:30 -05:00
Official Noob
4c37bd24ac
Update LANG.js 2019-08-07 18:12:04 +01:00
Official Noob
8e3a46d393
Update LANG.js 2019-08-07 17:45:56 +01:00
Official Noob
c7f8a39282
Update LANG.js 2019-08-07 17:45:10 +01:00
Official Noob
c09cff86b5
Update popup.js 2019-08-07 17:33:16 +01:00
Official Noob
24c61bab71
Auto detect lang 2019-08-07 17:15:57 +01:00
Official Noob
37df697b3d
Added Utils for lang 2019-08-07 17:08:29 +01:00
Official Noob
86fee63a8b
Moving into LANG 2019-08-07 17:04:50 +01:00
Official Noob
21b5fc9723
Added LANG.js 2019-08-07 16:59:57 +01:00
Official Noob
e5add6c392
Create LANG.js 2019-08-07 16:55:47 +01:00