Commit graph

182 commits

Author SHA1 Message Date
f716ebc398
Merge pull request from Serraniel/feature/#16-icons
 Added images
2020-08-28 18:56:24 +02:00
46635d641a
Added images 2020-08-28 18:53:42 +02:00
d69e9c2f02
build scripts 2020-08-26 22:00:58 +02:00
24e1f7c710
Creating dist for each browser including zipped version 2020-08-26 21:57:01 +02:00
a16c6703b7
Enabled uglify again 2020-08-26 21:05:00 +02:00
5bae743444
included regenerator runtime 2020-08-26 21:04:41 +02:00
247cc5ed92
fixed outdated packages 2020-08-26 21:04:26 +02:00
2a6af16ea5
Changed manifests to template system
Including a template file and replacing of variables in buildscripts
2020-08-26 20:52:15 +02:00
df33bdfa84
added bundling to gulpfile 2020-08-26 20:32:34 +02:00
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