aboutsummaryrefslogtreecommitdiff
path: root/js/redirect.js
Commit message (Collapse)AuthorAgeFilesLines
* Added HistoryState type redirectEinar Egilsson2019-12-121-0/+1
|
* More fixes after removing angularEinar Egilsson2019-12-111-4/+9
|
* Completely removed angular.jsEinar Egilsson2019-12-111-2/+20
|
* 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.
* Fix #115 responsive images type in FirefoxGokulakrishna2018-05-181-0/+1
|
* Added patternDesc field to prototype and initializationGokulakrishna2018-05-161-0/+4
|
* Fixed a typo - replaced comma with semicolonGokulakrishna2018-05-161-1/+1
|
* Conditional unescape on Base64 decodeDoğan Çelik2017-02-071-0/+3
| | | Apply unescape on match if match contains percent-encoded character on Base64 decode
* Add Base64 Decode feature. Simplify UIEinar Egilsson2016-01-151-10/+17
|
* Halfway to making Firefox compatibleEinar Egilsson2015-09-181-0/+5
|
* Remove recursive redirectsEinar Egilsson2015-09-141-5/+0
|
* Almost readyEinar Egilsson2015-09-141-1/+1
|
* Redirector Help readyEinar Egilsson2015-09-111-0/+2
|
* Plenty of changesEinar Egilsson2015-09-091-25/+94
|
* CRUD stuff almost readyEinar Egilsson2015-09-021-0/+187