aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'nav-btns' into advanced_mode_with_featuresNick Colletti2020-02-042-2/+20
|\
| * added move to First and Last buttonsNick Colletti2020-01-212-8/+26
| |
* | Merge branch 'advanced_mode' into groupingsNick Colletti2020-02-041-0/+20
|\ \
| * | initial commit for advanced mode buttonNick Colletti2020-02-041-0/+20
| |/
* / wipgnomish@gmail.com2020-01-302-35/+189
|/
* Merge pull request #176 from Gitoffthelawn/patch-9Einar Egilsson2020-01-031-1/+1
|\ | | | | Remove confusing quote mark and period
| * Remove confusing quote mark and periodGitoffthelawn2020-01-021-1/+1
| | | | | | To avoid confusion, best to show the result string without any added punctuation.
* | Clarify description of FlashGitoffthelawn2020-01-021-1/+1
|/ | | All Flash content, not only videos.
* More dark mode issuesEinar Egilsson2019-12-132-0/+18
|
* Replace .innerHTML with .textContent and bump versionEinar Egilsson2019-12-133-7/+7
|
* Added HistoryState type redirectEinar Egilsson2019-12-122-21/+59
|
* Dark theme supportEinar Egilsson2019-12-121-1/+1
|
* Fix messagesEinar Egilsson2019-12-122-6/+28
|
* Change badge on off settingEinar Egilsson2019-12-121-8/+24
|
* Fix inline handlersEinar Egilsson2019-12-123-28/+61
|
* More fixes after removing angularEinar Egilsson2019-12-115-26/+48
|
* Completely removed angular.jsEinar Egilsson2019-12-1115-791/+640
|
* Hide Sync option for firefox in settings page. Show basic notification for ↵Gokulakrishna K Sudharsan2018-08-172-1/+5
| | | | Opera as it doesn't support LIST type of chrome
* Merge pull request #120 from gkrishnaks/masterEinar Egilsson2018-08-176-21/+253
|\ | | | | Typo correction in variable declaration, and closes feature requests #104, #86, #72 and fix for issue #115, updated excludeMatch() for faster regex check.
| * For ExcludeMatch, switched regex.exec to regex.testGokulakrishna2018-05-281-1/+1
| | | | | | | | As per Mozilla documentation, regex test() is faster than exec(). For ExcludeMatch, we just need to see true or false, that can be done faster with test() for large exclude patterns.
| * Notifications for successful redirects. Closes #72 feature requestGokulakrishna2018-05-202-5/+76
| |
| * Check condition for supported sourcesystems before adding to Types in ↵Gokulakrishna2018-05-181-0/+5
| | | | | | | | createfilter - closes #115
| * Fix #115 responsive images type in FirefoxGokulakrishna2018-05-182-1/+2
| |
| * Enable Sync or Local storage option. Closes #86Gokulakrishna2018-05-182-12/+163
| |
| * Added patternDesc field to prototype and initializationGokulakrishna2018-05-161-0/+4
| |
| * Typo correction - removed 2nd var on same variable in scopeGokulakrishna2018-05-161-2/+2
| |
* | Updates button style and the position for duplicate redirect.Umang Galaiya2018-06-091-1/+1
| |
* | Adds duplication of a redirect rule.Umang Galaiya2018-05-251-0/+13
|/
* Fixed a typo - replaced comma with semicolonGokulakrishna2018-05-161-1/+1
|
* Update angularEinar Egilsson2017-11-241-314/+331
|
* Logging settingEinar Egilsson2017-11-222-2/+28
|
* Conditional unescape on Base64 decodeDoğan Çelik2017-02-071-0/+3
| | | Apply unescape on match if match contains percent-encoded character on Base64 decode
* Move to latest angular to get approved on AMOEinar Egilsson2016-08-051-289/+314
|
* Remove old Firefox specific hacksEinar Egilsson2016-05-312-30/+7
|
* Mostly Firefox compatibleEinar Egilsson2016-05-317-384/+65
|
* Use built in ExtensionStorage moduleEinar Egilsson2016-02-222-159/+3
|
* Make private mode work in all browsersEinar Egilsson2016-02-223-7/+5
|
* Show message in Firefox private mode that Redirector does not workEinar Egilsson2016-02-221-0/+5
|
* Show advanced options when any processing of matches is chosenEinar Egilsson2016-02-221-2/+1
|
* Add Base64 Decode feature. Simplify UIEinar Egilsson2016-01-151-10/+17
|
* 3.0.4Einar Egilsson2015-09-272-5/+7
|
* 3.0.3, create exampleResult during import, fix missing exclude patternEinar Egilsson2015-09-241-1/+1
|
* 3.0.1. Fix Firefox disabling issues, simplify the chrome api shim, make ↵Einar Egilsson2015-09-248-405/+73
| | | | things a bit more robust
* Few fixes from Jack Black by email, thanks :)Einar Egilsson2015-09-241-3/+3
|
* 3.0 readyEinar Egilsson2015-09-233-22/+10
|
* Redirect loop protectionEinar Egilsson2015-09-231-1/+24
|
* Ready for FirefoxEinar Egilsson2015-09-231-1/+1
|
* Mostly working, dead object problemsEinar Egilsson2015-09-233-14/+41
|
* Build correctly for Firefox + allow to turn on loggingEinar Egilsson2015-09-234-17/+119
|
* Working in 3 browsersEinar Egilsson2015-09-212-12/+16
|