Skip to content

HaullingLlama/SwitcherooPlus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Switcheroo Plus

Chrome extension for redirecting

This 'Plus' edition is derived from Switcheroo Chrome extension by ranjez which applies under the GPL3 licence.

Improvements (so far) from original:

  • internationalized strings Supported languages: English and German yet. If you want to translate this plugin into your own language, edit the messages.json and let me know.

  • massive GUI improvements -- Changed the ugly checkboxes into nice graphical images (thanks to OpenClipart.org for the public domain images!) -- tidied up the CSS -- some optimizations for the popup mode

  • enhanced option page

  • credits

  • RegEx support Now, you can differ between string replaces and regular expression replaces. You can enter either just a regex string like 'foobar', you also can specify a full qualified JS regex with switches (i.e. /foobar/ig).

  • rule import and export
    You can export and import whole rulesets to JSON text.

  • You get asked to confirm that you want to delete all your rules.

  • technical change: back to jQuery As I couldn't see any improvements on the current version of Switcheroo, I turned back to jQuery as this is easier to maintain for me.

About

Chrome redirects extension.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 68.3%
  • CSS 19.6%
  • HTML 12.1%