This commit is contained in:
Tim timmyRS Speckhals 2019-04-05 17:59:41 +02:00
parent 7887ee9215
commit e949685e22
4 changed files with 11 additions and 5 deletions

View File

@ -17,11 +17,14 @@
"options": {
"message": "Pilihan"
},
"optionsLink": {
"message": "Ganti pengaturan Universal Bypass."
},
"optionsEnabled": {
"message": "Aktifkan bypass website."
},
"optionsInstantNavigation": {
"message": "Langsung arahkan ke tujuan."
"message": "Langsung arahkan ke halaman tujuan."
},
"optionsTrackerBypass": {
"message": "Pelacak Bypass menggunakan Apimon.de."
@ -42,10 +45,10 @@
"message": "Akan lebih baik jika Anda bisa mengirimkan bypass karya anda lewat GitHub, sehingga orang lain dapat memperoleh manfaatnya."
},
"beforeNavigate": {
"message": "Anda hampir sampai pada destinasi anda."
"message": "Anda hampir sampai pada tujuan anda."
},
"beforeNavigateDestination": {
"message": "Destinasi anda adalah %"
"message": "Tujuan anda adalah %"
},
"beforeNavigateInfo": {
"message": "Apakah Anda ingin Universal Bypass langsung mengarahkan ke tujuan Anda?"

View File

@ -17,6 +17,9 @@
"options": {
"message": "Alternativ"
},
"optionsLink": {
"message": "Ändra det i alternativen för Universal Bypass."
},
"optionsEnabled": {
"message": "Aktivera förbikopplingar av webbplats."
},

View File

@ -1138,7 +1138,7 @@ if(document instanceof HTMLDocument)
url: location.href
}, function(res)
{
document.documentElement.setAttribute("data-universal-bypass-adlinkfly-target", res.t)
document.documentElement.setAttribute("data-universal-bypass-adlinkfly-target", "t" in res ? res.t : "")
})
}
}),

View File

@ -12,7 +12,7 @@
"name": "Universal Bypass",
"description": "__MSG_appDesc__",
"homepage_url": "https://universal-bypass.org/",
"version": "10.9.1",
"version": "10.9.2",
"author": "Tim \"timmyRS\" Speckhals",
"permissions": [
"storage",