Skip to content

xapax/proxy-toggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

proxy-toggle

Simple firefox extension to enable toggle between no proxy settings and manually set proxy settings. Useful when using burp.

If you click the little icon firefox will toggle between none and manual. When manual it will hold the following settings:

		let proxySettings = {
			proxyType: "manual",
			http: "http://127.0.0.1:8080",
			ssl: "http://127.0.0.1:8080",
			socksVersion: 5,
		};

If you want other settings you need to disable the extension.

It will not work in version below 60 in firefox.

Can be installed here: https://addons.mozilla.org/addon/ptoggle/

Or from here: wget https://github.com/xapax/proxy-toggle/raw/master/proxy_toggle-1.0-an+fx.xpi

About

Simple firefox proxy-toggle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published