Commit Graph

254 Commits

Author SHA1 Message Date
mphelp
a0b8ad0328 Keep existing generic url matching scheme 2022-01-16 15:24:43 -06:00
mphelp
728680f84b Fix Clips functionality 2022-01-15 11:39:52 -06:00
Nikita Krupin
4fd5433452 I guess merge works too 2022-01-12 13:23:29 -05:00
Dmitrii Selivanov
d49de565ef Merge pull request #433 from Frontesque/main
Reworked Debug Page
2022-01-12 21:09:15 +03:00
Dmitrii Selivanov
1755be7545 Merge pull request #432 from UglyDonkey/UglyDonkey/weback_config
use webpack for 4 entry scripts
2022-01-12 21:08:38 +03:00
Dmitrii Selivanov
d3dda509b1 Merge pull request #419 from Cequallium/main
help link(resolves issue #388)
2022-01-12 21:04:57 +03:00
Front
1184697f63 remove debug.js 2022-01-10 17:57:35 -05:00
UglyDonkey
bcc3bdcf59 use webpack for 4 entry scripts 2022-01-10 23:35:07 +01:00
Nikita Krupin
93d9b941e6 better hover styling 2022-01-10 17:22:16 -05:00
Nikita Krupin
7c9a80a629 added version debugger and toggle hover explainer 2022-01-10 17:12:53 -05:00
Dmitrii Selivanov
0e454daf86 Permissions removed 2022-01-10 12:35:24 +03:00
aditya
8ce9f7e712 removed "tip", added help button. 2022-01-10 08:59:51 +05:30
aditya
9d7c3b4869 Added tips(resolves issue 388) 2022-01-09 20:16:13 +05:30
Dmitrii Selivanov
59de5288ae Fix for #413 - localhost removed from manifests 2022-01-09 04:01:28 +03:00
Dmitrii Selivanov
cebe938ce0 2.1.0 release 2022-01-08 23:22:29 +03:00
Nikita Krupin
489c843583 Merge github.com-picklenik:PickleNik/return-youtube-dislike into ext-settings 2022-01-08 10:59:43 -05:00
Dmitrii Selivanov
08d11decf7 Merge pull request #395 from thesusian/issue-389
Fixed issue #389
2022-01-08 18:46:42 +03:00
thesusian
6db73d26ba Reformated code in src 2022-01-08 18:36:54 +03:00
thesusian
03da33736d removed dist folder 2022-01-07 12:58:19 +03:00
Nikita Krupin
db666735e4 a better, more compact extension UI 2022-01-05 15:59:13 -05:00
Nikita Krupin
b6184991a1 fixes after rebase 2022-01-05 15:00:23 -05:00
Nikita Krupin
1b30ab005d settings popup 2022-01-05 14:39:57 -05:00
Nikita Krupin
aed075646e settings menu UI change, rebase to latest 2022-01-05 14:38:17 -05:00
Dmitrii Selivanov
68e30018ae Merge pull request #398 from Anarios/DARKDRAGON532-patch-1
fixed -1 on dislikes bug
2022-01-02 22:45:23 +03:00
Dmitrii Selivanov
e22ba254ed Merge pull request #376 from Frontesque/main
Update Documentation & Add Debug Page
2022-01-02 22:37:40 +03:00
DARKDRAGON532
2e9d64584b added likes 2022-01-02 03:33:43 +05:30
DARKDRAGON532
f1bd608395 Update events.js 2022-01-02 02:01:32 +05:30
thesusian
51ff16fa34 fixed bar still showing on like-disabled videos 2022-01-01 10:47:57 +03:00
thesusian
9ac8d312f9 Fixed issue #389
Fixed issue #389 with dislikes count showing up as 0 on videos that have the like and dislike count hidden by the creator
2022-01-01 08:37:16 +03:00
Front
255fdb3e09 remove dist files 2021-12-31 13:38:23 -05:00
himanshudabas
f1bbe5b9e3 fixes #379
also removed dist directory from commited code
2021-12-30 16:18:01 +05:30
Front
0e6d186271 add debug info 2021-12-27 19:05:44 -05:00
thereaper90917
55a350c761 Merge branch 'main' of https://github.com/thereaper90917/return-youtube-dislike into main 2021-12-27 20:19:56 +02:00
thereaper90917
0e14936695 Removed FontAwesome Only using SVG in Img tag 2021-12-27 20:19:35 +02:00
thereaper90917
13c5681c95 Merge branch 'Anarios:main' into main 2021-12-27 19:46:13 +02:00
Dmitrii Selivanov
78527ad47a Merge pull request #372 from Frontesque/main
Fix warnings during compile
2021-12-27 13:32:04 +03:00
Dmitrii Selivanov
2475a701a4 Merge pull request #366 from oSumAtrIX/format-dislikes
Format numbers the same way as the extension for the UserScript
2021-12-27 13:30:45 +03:00
Dmitrii Selivanov
2339b46101 Merge pull request #351 from UnderscoreX5/patch-1
Add version number to extension's menu
2021-12-27 11:04:00 +03:00
Front
e313db4e77 add compile guide to extension 2021-12-26 21:52:24 -05:00
Front
5ab9e6c29d comment main file 2021-12-24 13:27:17 -05:00
thereaper90917
c9a82df03b forgot to run build to fix the endpoint it checks 2021-12-24 04:24:54 +02:00
thereaper90917
88ea547db3 removed server.png replaced with minimal fontawesome offline also added that the svg matches the color red if offline green if online 2021-12-24 04:17:52 +02:00
oSumAtrIX
a4916110a0 Format numbers the same way as the extension for the UserScript 2021-12-23 20:28:12 +01:00
thereaper90917
c5d3f024ad added a UI for a user to see if the api is online or offline 2021-12-21 04:09:34 +02:00
AndrewUnderscore
559a2e8305 taking the chrome manifest's version
It seems to work on firefox 95 but stable compatibility is not yet confirmed. Furthermore FF is not the only browser to use the 'browser' namespace, there's also safari. A cross-compatible version is to be preferred.
2021-12-20 13:35:01 +01:00
AndrewUnderscore
10c2f10e5c adding popup.js 2021-12-20 13:30:51 +01:00
AndrewUnderscore
69d207b113 Update popup.js 2021-12-20 13:29:02 +01:00
AndrewUnderscore
722ed0e8b7 working on implementation of non-hardcoded version 2021-12-20 13:25:08 +01:00
Dmitrii Selivanov
7fd4904c39 Merge branch 'main' of https://github.com/Anarios/return-youtube-dislike 2021-12-20 13:57:55 +03:00
Dmitrii Selivanov
a211bec12f Removed eslint rules, because site build was failing. Added sponsor to links 2021-12-20 13:56:43 +03:00