aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'nav-btns' into advanced_mode_with_featuresNick Colletti2020-02-044-3/+26
|\
| * added move to First and Last buttonsNick Colletti2020-01-214-22/+45
| |
* | Merge branch 'advanced_mode' into groupingsNick Colletti2020-02-042-0/+22
|\ \
| * | initial commit for advanced mode buttonNick Colletti2020-02-042-6/+28
| |/
* | wipgnomish@gmail.com2020-01-304-45/+196
| |
* | added groupings checkbox. styled.Nick Colletti2020-01-212-13/+83
|/
* 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.
* | Merge pull request #175 from Gitoffthelawn/patch-8Einar Egilsson2020-01-031-1/+1
|\ \ | |/ |/| Clarify description of Flash
| * Clarify description of FlashGitoffthelawn2020-01-021-1/+1
|/ | | All Flash content, not only videos.
* REmove monospace, dont like itEinar Egilsson2019-12-162-11/+7
|
* Scrollable window + monospaceEinar Egilsson2019-12-163-9/+15
|
* More dark mode issuesEinar Egilsson2019-12-133-0/+19
|
* Replace .innerHTML with .textContent and bump versionEinar Egilsson2019-12-134-8/+8
|
* Added HistoryState type redirectEinar Egilsson2019-12-126-38/+89
|
* Fix dark mode delete formEinar Egilsson2019-12-122-3/+4
|
* Dark theme supportEinar Egilsson2019-12-126-4/+181
|
* Fix messagesEinar Egilsson2019-12-122-6/+28
|
* Change badge on off settingEinar Egilsson2019-12-1216-36/+52
|
* Fix inline handlersEinar Egilsson2019-12-127-273/+79
|
* More fixes after removing angularEinar Egilsson2019-12-1123-51/+126
|
* Completely removed angular.jsEinar Egilsson2019-12-1119-926/+765
|
* Merge pull request #167 from apfelchips/masterEinar Egilsson2019-12-021-3/+13
|\ | | | | Fixed some examples in README.md {RegEx is Hard}
| * Fixed some examples {RegEx is Hard}attero2019-12-021-3/+13
|/
* Merge pull request #163 from apfelchips/masterEinar Egilsson2019-11-071-1/+1
|\ | | | | README.md: fixed !ghh RegEx
| * README.md: fixed !ghh RegExattero2019-11-061-1/+1
|/
* Merge pull request #162 from apfelchips/masterEinar Egilsson2019-11-041-3/+13
|\ | | | | README.md: fixed !bang RegEx, added !ghh example
| * README.md: fixed !bang RegEx, added !ghh exampleattero2019-11-041-3/+13
|/
* Merge pull request #159 from apfelchips/masterEinar Egilsson2019-10-281-0/+43
|\ | | | | Provide some examples in Readme.md
| * Provide some examples in Readme.mdattero2019-10-271-0/+43
|/
* Merge pull request #154 from Gitoffthelawn/patch-7Einar Egilsson2019-07-121-2/+2
|\ | | | | Update to fit entire description inside new Firefox about:addons page
| * Update manifest to fit entire description inside new Firefox about:addons pageGitoffthelawn2019-07-111-2/+2
|/
* Merge pull request #135 from Gitoffthelawn/patch-7Einar Egilsson2019-01-081-2/+2
|\ | | | | Make toggle label congruent to improve UX
| * Make toggle label congruent to improve UXGitoffthelawn2019-01-081-2/+2
|/
* Merge pull request #133 from theel0ja/patch-1Einar Egilsson2018-12-211-4/+6
|\ | | | | Syntax highlighting for CSS
| * Syntax highlighting for CSSElias Ojala2018-12-201-4/+6
|/
* Update versionEinar Egilsson2018-08-171-1/+1
|
* Merge pull request #128 from gkrishnaks/masterEinar Egilsson2018-08-173-2/+6
|\ | | | | Hide Sync option for firefox in settings page
| * Hide Sync option for firefox in settings page. Show basic notification for ↵Gokulakrishna K Sudharsan2018-08-173-2/+6
|/ | | | Opera as it doesn't support LIST type of chrome
* Layout fixesEinar Egilsson2018-08-171-3/+13
|
* Update versionEinar Egilsson2018-08-171-1/+1
|
* Minor cosmetic fixesEinar Egilsson2018-08-174-6/+10
|
* Merge pull request #120 from gkrishnaks/masterEinar Egilsson2018-08-1711-26/+294
|\ | | | | Typo correction in variable declaration, and closes feature requests #104, #86, #72 and fix for issue #115, updated excludeMatch() for faster regex check.
| * Adjusted height of Delete redirect form to allow space for "pattern ↵Gokulakrishna2018-06-041-1/+1
| | | | | | | | description" field
| * 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-204-7/+80
| |
| * 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-184-13/+187
| |
| * Merge pull request #1 from gkrishnaks/issue104Gokulakrishna2018-05-162-1/+16
| |\ | | | | | | Fixes #104