Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add extension preferences to Redirector.HEADmaster | Yuchen Pei | 2023-09-09 | 1 | -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/master | Einar Egilsson | 2021-06-04 | 1 | -1/+1 |
|\ | | | | | Support numbered backreferences for numbers larger than 9 | ||||
| * | Support numbered backreferences for numbers larger than 9 | Serhan Apaydın | 2020-07-11 | 1 | -1/+1 |
| | | | | | | | | Fixes #210 | ||||
* | | Add support for font request type | Umang Galaiya | 2020-12-21 | 1 | -0/+1 |
| | | |||||
* | | Added support for object subrequests | DoomTay | 2020-11-21 | 1 | -0/+1 |
|/ | |||||
* | Fix sync ui. | Einar Egilsson | 2020-04-07 | 1 | -2/+2 |
| | |||||
* | Merge pull request #185 from ncolletti/nav-btns | Einar Egilsson | 2020-02-06 | 3 | -94/+63 |
|\ | | | | | grouping works on enable toggle. code clean up. | ||||
| * | removed comments. added querySelectors. | Nick Colletti | 2020-02-05 | 1 | -44/+10 |
| | | |||||
| * | grouping works on enable toggle. cleaned up. | Nick Colletti | 2020-02-04 | 3 | -78/+81 |
| | | |||||
* | | Merge pull request #177 from Gitoffthelawn/patch-10 | Einar Egilsson | 2020-02-06 | 1 | -5/+7 |
|\ \ | |/ |/| | Removed code preventing saving many types of valid redirects | ||||
| * | Merge branch 'master' into patch-10 | Gitoffthelawn | 2020-01-03 | 1 | -3/+3 |
| |\ | |||||
| * | | Removed code preventing saving many types of valid redirects | Gitoffthelawn | 2020-01-02 | 1 | -4/+6 |
| | | | |||||
* | | | organize button added | Nick Colletti | 2020-02-04 | 3 | -22/+44 |
| | | | |||||
* | | | Merge branch 'nav-btns' into advanced_mode_with_features | Nick Colletti | 2020-02-04 | 2 | -2/+20 |
|\ \ \ | |||||
| * | | | added move to First and Last buttons | Nick Colletti | 2020-01-21 | 2 | -8/+26 |
| | |/ | |/| | |||||
* | | | Merge branch 'advanced_mode' into groupings | Nick Colletti | 2020-02-04 | 1 | -0/+20 |
|\ \ \ | |||||
| * | | | initial commit for advanced mode button | Nick Colletti | 2020-02-04 | 1 | -0/+20 |
| |/ / | |||||
* / / | wip | gnomish@gmail.com | 2020-01-30 | 2 | -35/+189 |
|/ / | |||||
* | | Merge pull request #176 from Gitoffthelawn/patch-9 | Einar Egilsson | 2020-01-03 | 1 | -1/+1 |
|\ \ | | | | | | | Remove confusing quote mark and period | ||||
| * | | Remove confusing quote mark and period | Gitoffthelawn | 2020-01-02 | 1 | -1/+1 |
| |/ | | | | | To avoid confusion, best to show the result string without any added punctuation. | ||||
* / | Clarify description of Flash | Gitoffthelawn | 2020-01-02 | 1 | -1/+1 |
|/ | | | All Flash content, not only videos. | ||||
* | More dark mode issues | Einar Egilsson | 2019-12-13 | 2 | -0/+18 |
| | |||||
* | Replace .innerHTML with .textContent and bump version | Einar Egilsson | 2019-12-13 | 3 | -7/+7 |
| | |||||
* | Added HistoryState type redirect | Einar Egilsson | 2019-12-12 | 2 | -21/+59 |
| | |||||
* | Dark theme support | Einar Egilsson | 2019-12-12 | 1 | -1/+1 |
| | |||||
* | Fix messages | Einar Egilsson | 2019-12-12 | 2 | -6/+28 |
| | |||||
* | Change badge on off setting | Einar Egilsson | 2019-12-12 | 1 | -8/+24 |
| | |||||
* | Fix inline handlers | Einar Egilsson | 2019-12-12 | 3 | -28/+61 |
| | |||||
* | More fixes after removing angular | Einar Egilsson | 2019-12-11 | 5 | -26/+48 |
| | |||||
* | Completely removed angular.js | Einar Egilsson | 2019-12-11 | 15 | -791/+640 |
| | |||||
* | 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 |
| |