aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update help file and version numberEinar Egilsson2016-02-223-17/+32
|
* Show message in Firefox private mode that Redirector does not workEinar Egilsson2016-02-223-5/+34
|
* Show advanced options when any processing of matches is chosenEinar Egilsson2016-02-221-2/+1
|
* Add options url for FirefoxEinar Egilsson2016-02-221-1/+16
|
* Add Base64 Decode feature. Simplify UIEinar Egilsson2016-01-153-16/+34
|
* Merge branch 'master' of github.com:einaregilsson/RedirectorEinar Egilsson2016-01-081-0/+4
|\
| * Merge pull request #55 from anewuser/patch-1Einar Egilsson2016-01-081-0/+4
| |\ | | | | | | Create README.md
| | * Create README.mdanewuser2016-01-071-0/+4
| |/ | | | | Added download links.
* / Fix colorEinar Egilsson2016-01-081-1/+2
|/
* Build that works for OperaEinar Egilsson2015-10-056-21/+59
|
* 3.0.4Einar Egilsson2015-09-277-8/+16
|
* PromoEinar Egilsson2015-09-252-0/+46
|
* 3.0.3, create exampleResult during import, fix missing exclude patternEinar Egilsson2015-09-244-4/+4
|
* 3.0.1. Fix Firefox disabling issues, simplify the chrome api shim, make ↵Einar Egilsson2015-09-2412-419/+77
| | | | things a bit more robust
* Few fixes from Jack Black by email, thanks :)Einar Egilsson2015-09-244-15/+14
|
* Add screenshotsEinar Egilsson2015-09-236-0/+2
|
* Remove useless readmeEinar Egilsson2015-09-231-2/+0
|
* 3.0 readyEinar Egilsson2015-09-233-22/+10
|
* Redirect loop protectionEinar Egilsson2015-09-231-1/+24
|
* Ready for FirefoxEinar Egilsson2015-09-231-1/+1
|
* Mostly working, dead object problemsEinar Egilsson2015-09-234-15/+42
|
* Build correctly for Firefox + allow to turn on loggingEinar Egilsson2015-09-237-26/+143
|
* Working in 3 browsersEinar Egilsson2015-09-213-12/+20
|
* Almost fully working FirefoxEinar Egilsson2015-09-213-5/+36
|
* Mostly working on FirefoxEinar Egilsson2015-09-2127-326/+88
|
* Halfway to making Firefox compatibleEinar Egilsson2015-09-1815-9/+618
|
* Remove recursive redirectsEinar Egilsson2015-09-143-28/+31
|
* Add to beginning of redirects by defaultEinar Egilsson2015-09-141-1/+1
|
* CSS fixesEinar Egilsson2015-09-142-54/+73
|
* CSS changeEinar Egilsson2015-09-141-4/+2
|
* Almost readyEinar Egilsson2015-09-1418-119/+245
|
* Working on 3 browsersEinar Egilsson2015-09-114-6/+20
|
* Almost readyEinar Egilsson2015-09-116-26/+176
|
* Popup readyEinar Egilsson2015-09-115-17/+95
|
* Redirector Help readyEinar Egilsson2015-09-116-74/+261
|
* Plenty of changesEinar Egilsson2015-09-0929-329/+600
|
* CRUD stuff almost readyEinar Egilsson2015-09-0230-1102/+1140
|
* Fix toolbar issuesEinar Egilsson2015-06-077-59/+14
|
* Update version, add Frogomeli as contributorEinar Egilsson2015-06-011-1/+2
|
* Update browserOverlay.jsFrogomeli2015-05-311-5/+5
|
* Update browserOverlay.jsFrogomeli2015-05-311-0/+5
|
* Update browserOverlay.xulFrogomeli2015-05-311-1/+7
|
* Merge pull request #17 from Gitoffthelawn/patch-6Einar Egilsson2015-05-131-7/+11
|\ | | | | Update redirector.css
| * Update redirector.cssGitoffthelawn2015-05-121-7/+11
|/ | | Added Segoe UI font for windows, while keeping Tahoma for OSX, and sans-serif for other OS. Cleaned up code just a touch.
* CSS changesEinar Egilsson2015-05-112-37/+125
|
* Merge pull request #15 from Gitoffthelawn/patch-5Einar Egilsson2015-05-111-14/+13
|\ | | | | Update redirector.css
| * Update redirector.cssGitoffthelawn2015-05-091-14/+13
|/ | | | | Changes made: Fixed bug in background (wasn't working with scrolling), updated background css to current standards, compromised in width (at least temporarily!) so longer rules will fit in one line), compromised on amount of empty space above header, removed Arial font because it is non-discernible (I recommend switching to Segoe UI as primary font, but left Tahoma because I think you like it more), removed hard-coded font size because it prevents the extension from being accessible to visually-impaired users. Questions: (1) Is any of the HTML section needed? If not, how about we toss it? (2) In BODY section, is min-height, margin, or padding needed?
* v2.9Einar Egilsson2015-05-063-6/+21
|
* Merge pull request #10 from Gitoffthelawn/patch-1Einar Egilsson2015-05-061-22/+22
|\ | | | | Update redirector.properties
| * Update redirector.propertiesGitoffthelawn2015-05-051-22/+22
| | | | | | Improve usability by making messages easier to read.