webproxy - set my own proxy server and pass parameters to it in google chrome -


i want set own web proxy in google chrome web pages server. know can set web proxy server settings want pass parameters server, instead of : 24.33.20.87:8888 want redirect pages here : 24.37.47.30:8888/cgi-bin/mgetpage?tm=567567567&send=0&murl=google.com

do have idea how please? in advance

you'll have write extension captures each tab , redirects custom url if isn't there.

you'll need use tabs api. lets use getcurrent current tab. can it's url , see if document.domain equal 24.37.47.30. if not, can use window.location redirect to:

24.37.47.30:8888/cgi-bin/mgetpage?tm=567567567&send=0&murl={tab_url} 

apparently there chrome extensions this.

https://chrome.google.com/webstore/detail/odchblbgkkchnldldakeikkjfbkllaah

https://chrome.google.com/webstore/detail/lacckjdlmkdhcacjdodpjokfobckjclh


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -