Since userchrome.js 1.4, the default charset of uc.js is UTF-8, but this userchrome.js still need to state at the metablock, or script like below will be wrong decoded, while default userchrome.js run as expect.
if (location == "chrome://browser/content/browser.xul") {
alert('こんにちは')
}
Since userchrome.js 1.4, the default charset of uc.js is UTF-8, but this userchrome.js still need to state at the metablock, or script like below will be wrong decoded, while default userchrome.js run as expect.
Would you fix it?