Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Hide Sync option for firefox in settings page. Show basic notification for ↵ | Gokulakrishna K Sudharsan | 2018-08-17 | 2 | -1/+5 |
| | | | | Opera as it doesn't support LIST type of chrome | ||||
* | Merge pull request #120 from gkrishnaks/master | Einar Egilsson | 2018-08-17 | 6 | -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.test | Gokulakrishna | 2018-05-28 | 1 | -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 request | Gokulakrishna | 2018-05-20 | 2 | -5/+76 |
| | | |||||
| * | Check condition for supported sourcesystems before adding to Types in ↵ | Gokulakrishna | 2018-05-18 | 1 | -0/+5 |
| | | | | | | | | createfilter - closes #115 | ||||
| * | Fix #115 responsive images type in Firefox | Gokulakrishna | 2018-05-18 | 2 | -1/+2 |
| | | |||||
| * | Enable Sync or Local storage option. Closes #86 | Gokulakrishna | 2018-05-18 | 2 | -12/+163 |
| | | |||||
| * | Added patternDesc field to prototype and initialization | Gokulakrishna | 2018-05-16 | 1 | -0/+4 |
| | | |||||
| * | Typo correction - removed 2nd var on same variable in scope | Gokulakrishna | 2018-05-16 | 1 | -2/+2 |
| | | |||||
* | | Updates button style and the position for duplicate redirect. | Umang Galaiya | 2018-06-09 | 1 | -1/+1 |
| | | |||||
* | | Adds duplication of a redirect rule. | Umang Galaiya | 2018-05-25 | 1 | -0/+13 |
|/ | |||||
* | Fixed a typo - replaced comma with semicolon | Gokulakrishna | 2018-05-16 | 1 | -1/+1 |
| | |||||
* | Update angular | Einar Egilsson | 2017-11-24 | 1 | -314/+331 |
| | |||||
* | Logging setting | Einar Egilsson | 2017-11-22 | 2 | -2/+28 |
| | |||||
* | Conditional unescape on Base64 decode | Doğan Çelik | 2017-02-07 | 1 | -0/+3 |
| | | | Apply unescape on match if match contains percent-encoded character on Base64 decode | ||||
* | Move to latest angular to get approved on AMO | Einar Egilsson | 2016-08-05 | 1 | -289/+314 |
| | |||||
* | Remove old Firefox specific hacks | Einar Egilsson | 2016-05-31 | 2 | -30/+7 |
| | |||||
* | Mostly Firefox compatible | Einar Egilsson | 2016-05-31 | 7 | -384/+65 |
| | |||||
* | Use built in ExtensionStorage module | Einar Egilsson | 2016-02-22 | 2 | -159/+3 |
| | |||||
* | Make private mode work in all browsers | Einar Egilsson | 2016-02-22 | 3 | -7/+5 |
| | |||||
* | Show message in Firefox private mode that Redirector does not work | Einar Egilsson | 2016-02-22 | 1 | -0/+5 |
| | |||||
* | Show advanced options when any processing of matches is chosen | Einar Egilsson | 2016-02-22 | 1 | -2/+1 |
| | |||||
* | Add Base64 Decode feature. Simplify UI | Einar Egilsson | 2016-01-15 | 1 | -10/+17 |
| | |||||
* | 3.0.4 | Einar Egilsson | 2015-09-27 | 2 | -5/+7 |
| | |||||
* | 3.0.3, create exampleResult during import, fix missing exclude pattern | Einar Egilsson | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | 3.0.1. Fix Firefox disabling issues, simplify the chrome api shim, make ↵ | Einar Egilsson | 2015-09-24 | 8 | -405/+73 |
| | | | | things a bit more robust | ||||
* | Few fixes from Jack Black by email, thanks :) | Einar Egilsson | 2015-09-24 | 1 | -3/+3 |
| | |||||
* | 3.0 ready | Einar Egilsson | 2015-09-23 | 3 | -22/+10 |
| | |||||
* | Redirect loop protection | Einar Egilsson | 2015-09-23 | 1 | -1/+24 |
| | |||||
* | Ready for Firefox | Einar Egilsson | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | Mostly working, dead object problems | Einar Egilsson | 2015-09-23 | 3 | -14/+41 |
| | |||||
* | Build correctly for Firefox + allow to turn on logging | Einar Egilsson | 2015-09-23 | 4 | -17/+119 |
| | |||||
* | Working in 3 browsers | Einar Egilsson | 2015-09-21 | 2 | -12/+16 |
| | |||||
* | Almost fully working Firefox | Einar Egilsson | 2015-09-21 | 3 | -5/+36 |
| | |||||
* | Mostly working on Firefox | Einar Egilsson | 2015-09-21 | 3 | -74/+65 |
| | |||||
* | Halfway to making Firefox compatible | Einar Egilsson | 2015-09-18 | 7 | -7/+356 |
| | |||||
* | Remove recursive redirects | Einar Egilsson | 2015-09-14 | 2 | -28/+30 |
| | |||||
* | Add to beginning of redirects by default | Einar Egilsson | 2015-09-14 | 1 | -1/+1 |
| | |||||
* | Almost ready | Einar Egilsson | 2015-09-14 | 4 | -21/+19 |
| | |||||
* | Working on 3 browsers | Einar Egilsson | 2015-09-11 | 3 | -4/+13 |
| | |||||
* | Almost ready | Einar Egilsson | 2015-09-11 | 1 | -23/+173 |
| | |||||
* | Popup ready | Einar Egilsson | 2015-09-11 | 2 | -13/+59 |
| | |||||
* | Redirector Help ready | Einar Egilsson | 2015-09-11 | 2 | -0/+5 |
| | |||||
* | Plenty of changes | Einar Egilsson | 2015-09-09 | 9 | -293/+424 |
| | |||||
* | CRUD stuff almost ready | Einar Egilsson | 2015-09-02 | 5 | -0/+1123 |