Skip to content

Instantly share code, notes, and snippets.

@samvasko
Created June 6, 2013 15:42
Show Gist options
  • Save samvasko/5722533 to your computer and use it in GitHub Desktop.
Save samvasko/5722533 to your computer and use it in GitHub Desktop.
Hola Unblocker Script for Grooveshark
{
"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