diff --git a/_locales/id/messages.json b/_locales/id/messages.json index 4ef4835..5ec8835 100644 --- a/_locales/id/messages.json +++ b/_locales/id/messages.json @@ -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?" diff --git a/_locales/sv-SE/messages.json b/_locales/sv-SE/messages.json index cf7e1d2..b8464ec 100644 --- a/_locales/sv-SE/messages.json +++ b/_locales/sv-SE/messages.json @@ -17,6 +17,9 @@ "options": { "message": "Alternativ" }, + "optionsLink": { + "message": "Ändra det i alternativen för Universal Bypass." + }, "optionsEnabled": { "message": "Aktivera förbikopplingar av webbplats." }, diff --git a/content_script.js b/content_script.js index 932be4f..4ae2a32 100644 --- a/content_script.js +++ b/content_script.js @@ -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 : "") }) } }), diff --git a/manifest.json b/manifest.json index e9353de..893659f 100644 --- a/manifest.json +++ b/manifest.json @@ -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",