aboutsummaryrefslogtreecommitdiff
path: root/js/redirect.js
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #212 from monoblaine/masterEinar Egilsson2021-06-041-1/+1
|\ | | | | Support numbered backreferences for numbers larger than 9
| * Support numbered backreferences for numbers larger than 9Serhan Apaydın2020-07-111-1/+1
| | | | | | | | Fixes #210
* | Add support for font request typeUmang Galaiya2020-12-211-0/+1
| |
* | Added support for object subrequestsDoomTay2020-11-211-0/+1
|/
* Merge pull request #177 from Gitoffthelawn/patch-10Einar Egilsson2020-02-061-5/+7
|\ | | | | Removed code preventing saving many types of valid redirects
| * Merge branch 'master' into patch-10Gitoffthelawn2020-01-031-3/+3
| |\
| * | Removed code preventing saving many types of valid redirectsGitoffthelawn2020-01-021-4/+6
| | |
* | | wipgnomish@gmail.com2020-01-301-23/+25
| |/ |/|
* | 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.
* 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