This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Place this script inside /etc/profile.d/ to set proxy on log in | |
# AND | |
# Copy-paste in to your ~/.bashrc to switch between proxies easily in shells | |
# | |
# | |
# DEFAULTS | |
# | |
# Set default proxy details here. Eg. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* INSTRUCTIONS: | |
* 1. Open the developer console in your browser (Press F12) | |
* 2. Copy-paste this script into the console and press Enter | |
* 3. Make any changes if required | |
* 4. Click on the submit buttom | |
* 5. Repeat steps 2 to 4 till done. | |
* NOTE: Instead of copy-pasting each time you can press the UP arrow in the console to get the last entered text. | |
* | |
* P.S. It is recommended that you submit an honest feedback :P |