aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* Add extension preferences to Redirector.HEADmasterYuchen Pei2023-09-091-18/+363
| | | | | | | A set of preloaded redirects. Caveat: still need to open the redirect tab before the redirection is in effect.
* 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
|/
* Fix sync ui.Einar Egilsson2020-04-071-2/+2
|
* Merge pull request #185 from ncolletti/nav-btnsEinar Egilsson2020-02-063-94/+63
|\ | | | | grouping works on enable toggle. code clean up.
| * removed comments. added querySelectors.Nick Colletti2020-02-051-44/+10
| |
| * grouping works on enable toggle. cleaned up.Nick Colletti2020-02-043-78/+81
| |
* | 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
| | |
* | | organize button addedNick Colletti2020-02-043-22/+44
| | |
* | | 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
|