Commit graph

173 commits

Author SHA1 Message Date
0cb210dd4b
rewrite code to modules 2020-08-26 20:31:56 +02:00
329031aff3
Browserify dependencies 2020-08-26 20:31:24 +02:00
db6f70600f
changed javascript to module logic 2020-08-26 18:29:40 +02:00
5b47534c50
babel plugin for modules 2020-08-26 18:29:09 +02:00
a4e7fb061b
removed dummy html file 2020-08-26 18:28:41 +02:00
104bb4eae7
Added manifests to gulpfile 2020-08-26 18:09:10 +02:00
98153e229b
Added specifc attributes to browser manifests 2020-08-26 18:03:50 +02:00
6bd825e6af
Copied manifest for each target browser 2020-08-26 18:01:51 +02:00
bb62878eb2
restructured project directory 2020-08-26 17:58:28 +02:00
b5176b9921
Added .tmp and dist directories to git ignore 2020-08-26 17:58:04 +02:00
556341bc97
rough gulpfile with copytasks 2020-08-26 17:57:10 +02:00
7cbb147ffa
Added empty gulpfile 2020-08-25 21:26:51 +02:00
312e651c15
node_modules to gitignore 2020-08-25 21:25:51 +02:00
758554c78c
Added some basic build tools 2020-08-25 21:24:57 +02:00
4927398cd5
Added basic npm config 2020-08-25 21:14:51 +02:00
d5d2382c84
Moved sources into src folder 2020-08-25 21:09:11 +02:00
e528a6f730
Merge pull request from Serraniel/bugfix/#23-runAfterLoad-only-works-if-called-before-page-loaded
 Run script directly if page already loaded
2020-08-21 16:22:39 +02:00
f8778de338
Merge pull request from Serraniel/feature/#33-finalize-manifest-file
Feature/#33 finalize manifest file
2020-08-16 09:12:23 +02:00
3637b93f12
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
1abb6d0935
Added version name 2020-08-15 10:51:06 +02:00
ac4fd90415
Added short name 2020-08-15 10:46:17 +02:00
5500ede04d
Added developer and contributers 2020-08-15 10:36:33 +02:00
f8abb5cefd
Updated description 2020-08-15 10:33:08 +02:00
956ea744c5
Optical imrpovements 2020-08-06 21:38:03 +02:00
af24f5a4fa
Removed debugging output 2020-08-06 21:23:33 +02:00
dcb5ce2f38
Fixed even more issues with the detection of subs and dubs 2020-08-06 21:21:55 +02:00
8fb9fdfcca
Fixed issue with sub and dub detection 2020-08-06 21:18:34 +02:00
3a09d5a2c9
Remove old icons 2020-08-06 21:15:09 +02:00
33f17e37cb
First draft to manipulate icons 2020-08-06 21:10:55 +02:00
324b3f5c76
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
89fa458b4c
Merge pull request from Serraniel/feature/#20-horizontal-separator-for-lists
Feature/#20 horizontal separator for lists
2020-08-05 11:30:56 +02:00
bde1ce08ea
Optimized regex 2020-08-04 15:32:32 +02:00
32846df782
Added empty template 2020-08-04 15:23:58 +02:00
cbeb46e666
Removed obsolete functionallity
Horizontal seperators are now handled globally
2020-08-04 14:40:37 +02:00
502fa4d2dc
added function to add list seperators globally 2020-08-04 14:39:58 +02:00
526098fc0e
prepared dummy js File 2020-08-04 12:35:14 +02:00
bd5d5d3b24
Merge pull request from Serraniel/feature/#21-browser-compatibility
 Fixed punctuation for description in manifest
2020-08-04 12:19:33 +02:00
f4b5bd3ebb
Fixed punctuation for description in manifest 2020-08-04 11:50:59 +02:00
5f63ecb336
Run script directly if page already loaded
(cherry picked from commit 8460c862e97866e43e06e7624b2ce4f38d0ecd0d)
2020-08-04 11:41:58 +02:00
9817ab3828
Merge pull request from Serraniel/feature/#12-search-input-with-hotkey
 Fixed issue that last dropdown will pop in wrong position
2020-08-04 11:23:57 +02:00
ea4288b064
Fixed issue that last dropdown will pop in wrong position 2020-07-29 20:06:28 +02:00
dd5790695a
Merge pull request from Serraniel/feature/#12-search-input-with-hotkey
Feature/#12 search input with hotkey
2020-07-29 14:01:12 +02:00
76bc6ae965
Reset quick search after usage 2020-07-29 13:58:06 +02:00
c311c996e6
Improved page navigation 2020-07-29 13:54:21 +02:00
5230daaf17
Registered Shift + F for global search 2020-07-29 13:51:11 +02:00
cae43ec998
Extended helpers for pressed State of shift and ctrl keys 2020-07-29 13:49:05 +02:00
00ef7e75eb
Added comment for dummy element 2020-07-29 13:41:25 +02:00
c88ea3b6f3
Mostly fixed position issues 2020-07-29 13:40:52 +02:00
41d4ac1845
Run quick Search Script after load 2020-07-29 13:37:41 +02:00
1b66379515
Added runAfterLoad in aniwatch Core 2020-07-29 13:37:08 +02:00