Pillendreher
Nachwuchsspieler
- Beiträge
- 8.681
- Punkte
- 0
Also, im Experten Modus von Hola ein Skript erstellen und das hier reinkopieren:
Einschalten und schon läuft das ganze Bei Fragen könnt ihr gerne nachfragen
{
"author": "Hola",
"site": "http://hola.org",
"name": "Hola Unblocker demo",
"description": "These scripts are intended as a demonstration only, to show the capabilities of the Hola scripting language. Search the web to find more",
"unblocker_rules": {
"youtube": {
"description": "Watch Youtube from blocked countries",
"link": "youtube.com",
"root_url": [
"**.youtube.com"
],
"icon": "img/logo_youtube.png",
"os": [
"windows"
],
"cmds": [
{
"hosts": [
"www.youtube.com"
],
"then": "PROXY GB"
}
],
"confirm": {
"title": "Are you sure?",
"body": "This rule Unblocks YouTube, but may cause some YouTube pages to not load"
}
}
}
}
Einschalten und schon läuft das ganze Bei Fragen könnt ihr gerne nachfragen