aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Almost fully working FirefoxEinar Egilsson2015-09-213-5/+36
|
* Mostly working on FirefoxEinar Egilsson2015-09-213-74/+65
|
* Halfway to making Firefox compatibleEinar Egilsson2015-09-187-7/+356
|
* Remove recursive redirectsEinar Egilsson2015-09-142-28/+30
|
* Add to beginning of redirects by defaultEinar Egilsson2015-09-141-1/+1
|
* Almost readyEinar Egilsson2015-09-144-21/+19
|
* Working on 3 browsersEinar Egilsson2015-09-113-4/+13
|
* Almost readyEinar Egilsson2015-09-111-23/+173
|
* Popup readyEinar Egilsson2015-09-112-13/+59
|
* Redirector Help readyEinar Egilsson2015-09-112-0/+5
|
* Plenty of changesEinar Egilsson2015-09-099-293/+424
|
* CRUD stuff almost readyEinar Egilsson2015-09-025-0/+1123