Commit graph

161 commits

Author SHA1 Message Date
Serraniel 312e651c15
#35 node_modules to gitignore 2020-08-25 21:25:51 +02:00
Serraniel 758554c78c
#35 Added some basic build tools 2020-08-25 21:24:57 +02:00
Serraniel 4927398cd5
#35 Added basic npm config 2020-08-25 21:14:51 +02:00
Serraniel d5d2382c84
#35 Moved sources into src folder 2020-08-25 21:09:11 +02:00
Daniel e528a6f730
Merge pull request #24 from Serraniel/bugfix/#23-runAfterLoad-only-works-if-called-before-page-loaded
#23 Run script directly if page already loaded
2020-08-21 16:22:39 +02:00
Daniel f8778de338
Merge pull request #34 from Serraniel/feature/#33-finalize-manifest-file
Feature/#33 finalize manifest file
2020-08-16 09:12:23 +02:00
Serraniel 3637b93f12
#33 Removed version_name and developer again for compatibility
developer is not support on chrome
version_name is not supported on firefox
2020-08-15 11:10:02 +02:00
Serraniel 1abb6d0935
#33 Added version name 2020-08-15 10:51:06 +02:00
Serraniel ac4fd90415
#33 Added short name 2020-08-15 10:46:17 +02:00
Serraniel 5500ede04d
#33 Added developer and contributers 2020-08-15 10:36:33 +02:00
Serraniel f8abb5cefd
#33 Updated description 2020-08-15 10:33:08 +02:00
Serraniel 956ea744c5
#3 Optical imrpovements 2020-08-06 21:38:03 +02:00
Serraniel af24f5a4fa
#3 Removed debugging output 2020-08-06 21:23:33 +02:00
Serraniel dcb5ce2f38
#3 Fixed even more issues with the detection of subs and dubs 2020-08-06 21:21:55 +02:00
Serraniel 8fb9fdfcca
#3 Fixed issue with sub and dub detection 2020-08-06 21:18:34 +02:00
Serraniel 3a09d5a2c9
#3 Remove old icons 2020-08-06 21:15:09 +02:00
Serraniel 33f17e37cb
#3 First draft to manipulate icons 2020-08-06 21:10:55 +02:00
Serraniel 324b3f5c76
#23 Fix if preloader always hidden
Previous if statement did not work because it still was found in DOM so it only was pushed into the array but not executed.
2020-08-05 12:25:08 +02:00
Daniel 89fa458b4c
Merge pull request #29 from Serraniel/feature/#20-horizontal-separator-for-lists
Feature/#20 horizontal separator for lists
2020-08-05 11:30:56 +02:00
Serraniel bde1ce08ea
#3 Optimized regex 2020-08-04 15:32:32 +02:00
Serraniel 32846df782
Added empty template 2020-08-04 15:23:58 +02:00
Serraniel cbeb46e666
#20 Removed obsolete functionallity
Horizontal seperators are now handled globally
2020-08-04 14:40:37 +02:00
Serraniel 502fa4d2dc
#20 added function to add list seperators globally 2020-08-04 14:39:58 +02:00
Serraniel 526098fc0e
#20 prepared dummy js File 2020-08-04 12:35:14 +02:00
Daniel bd5d5d3b24
Merge pull request #26 from Serraniel/feature/#21-browser-compatibility
#21 Fixed punctuation for description in manifest
2020-08-04 12:19:33 +02:00
Serraniel f4b5bd3ebb
#21 Fixed punctuation for description in manifest 2020-08-04 11:50:59 +02:00
Serraniel 5f63ecb336
#23 Run script directly if page already loaded
(cherry picked from commit 8460c862e97866e43e06e7624b2ce4f38d0ecd0d)
2020-08-04 11:41:58 +02:00
Daniel 9817ab3828
Merge pull request #17 from Serraniel/feature/#12-search-input-with-hotkey
#12 Fixed issue that last dropdown will pop in wrong position
2020-08-04 11:23:57 +02:00
Serraniel ea4288b064
#12 Fixed issue that last dropdown will pop in wrong position 2020-07-29 20:06:28 +02:00
Daniel dd5790695a
Merge pull request #15 from Serraniel/feature/#12-search-input-with-hotkey
Feature/#12 search input with hotkey
2020-07-29 14:01:12 +02:00
Serraniel 76bc6ae965
#12 Reset quick search after usage 2020-07-29 13:58:06 +02:00
Serraniel c311c996e6
#12 Improved page navigation 2020-07-29 13:54:21 +02:00
Serraniel 5230daaf17
#12 Registered Shift + F for global search 2020-07-29 13:51:11 +02:00
Serraniel cae43ec998
#12 Extended helpers for pressed State of shift and ctrl keys 2020-07-29 13:49:05 +02:00
Serraniel 00ef7e75eb
#12 Added comment for dummy element 2020-07-29 13:41:25 +02:00
Serraniel c88ea3b6f3
#12 Mostly fixed position issues 2020-07-29 13:40:52 +02:00
Serraniel 41d4ac1845
#12 Run quick Search Script after load 2020-07-29 13:37:41 +02:00
Serraniel 1b66379515
#12 Added runAfterLoad in aniwatch Core 2020-07-29 13:37:08 +02:00
Serraniel 0ca4b42431
#12 Edited manifest 2020-07-29 13:28:38 +02:00
Serraniel c8046070c2
#12 Base search input 2020-07-29 13:26:59 +02:00
Daniel ce23bd835a
Merge pull request #13 from Serraniel/feature/#9-core-make-scripts-only-run-on-url
Feature/#9 core make scripts only run on url
2020-07-29 12:16:46 +02:00
Serraniel 7b61cf09b1
#9 added Pattern for requests script 2020-07-29 12:14:25 +02:00
Serraniel bbecb5884f
#9 Added pattern parameter when registering scripts 2020-07-29 12:12:16 +02:00
Daniel 4cd8c5bf68
Merge pull request #10 from Serraniel/feature/#6-requests-page-remove-empty-user
Feature/#6 requests page remove empty user
2020-07-29 11:55:41 +02:00
Serraniel 7e703ec1c3
#6 Add border as horizontal seperator 2020-07-29 11:55:02 +02:00
Serraniel 2b08f5a559
#6 Remember user for own requests 2020-07-29 11:42:11 +02:00
Serraniel 199c9db5c5
#6 Remove unknown users 2020-07-29 11:39:09 +02:00
Serraniel 7e21fbdf05
#6 Changed " to ' 2020-07-29 11:35:51 +02:00
Daniel 824e368e69
Merge pull request #8 from Serraniel/feature/#7-core-logic-detect-page-change-and-refresh
Feature/#7 core logic detect page change and refresh
This will close #7 .
2020-07-29 11:16:37 +02:00
Serraniel 3d309ae88a
#7 Fixes in core and star coloring 2020-07-29 11:14:38 +02:00