Created
June 6, 2013 15:42
-
-
Save samvasko/5722533 to your computer and use it in GitHub Desktop.
Hola Unblocker Script for Grooveshark
This file contains hidden or 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
| { | |
| "name": "Grooveshark", | |
| "description": "Access Grooveshark from countries that do not allow it, like Demark.", | |
| "author": "Samuel Vasko", | |
| "site": "https://gist.github.com/5722533", | |
| "icon": "http://i.imgur.com/dwt9R8v.png", | |
| "unblocker_rules": { | |
| "grooveshark": { | |
| "description": "Unblock grooveshark", | |
| "link": "grooveshark.com", | |
| "icon": "http://icongal.com/gallery/image/11148/facebook.png", | |
| "cmds": [{ | |
| "hosts": ["grooveshark.com"], | |
| "then": "PROXY US" | |
| }] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment