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
Post a Comment