ただサイト側もどんどん更新されていくから、browser.js もそれに合わせてどんどん更新されていかないとかえって不便になったりして…というのは取り越し苦労なのかな。イマイチ導入する気になれないですね。
あれ、Browser JavaScriptは標準で有効じゃなかったっけ。……と言うことで文書をあさってみました。
この根拠となっているのは現在の browser.js のステータス: 無効
の表記。困った時は本家を参照せよの原則(謎)に基づき本家の英語版を参照してみました。
- Opera automatically checks for updates to Browser JavaScript once every week. Any updates will be automatically downloaded and applied the next time a page is loaded in Opera.
- You can manually check for updates using Help > Check for updates.
- Automatic checking is controlled by the
Browser JavaScript
andCheck For New Opera
settings in Opera6.ini.- Files are downloaded separately for each user of Opera, and you do not have to be an administrator of your computer to make use of this feature.
- The Browser JavaScript is signed and distributed by Opera Software ASA, and should not be edited.
- The file will be stored in Opera's profile folder. The Help > About screen will tell you where the profile folder is.
- Current browser.js status: Browser.js is enabled! The active browser.js file is edited: October 6th 2006, version: Opera 9.x
英語版だとenabled
って言われた……。この文書のソースには<span id="browserjs_status_message">disabled</span>
とだけある。きっとBrowser JavaScriptで上書きしているのでしょう。んで、日本語版では上書きされないように設定されている、と。サイトの問題としてバグレポートを報告しておきました(違)。
なお、実際にBrowser JavaScriptが有効となっているかはopera:configのBrowser JavaScriptの値(opera:config#UserPrefs|BrowserJavaScript)で確認できます。Opera6.ini の設定ではBrowser JavaScriptの値を次のように説明しています。
- 説明
- browser.js ファイルをダウンロードして使用するか。有効にすると 1 がセットされ、Opera がファイルをダウンロードした後 2 にセットされます。
- 使用しない = 0
- ダウンロードして使用する = 1
- 週ごとにアップデートを確認しながら使用する = 2
- Default (if available)
- 0
- UI からの変更
- N/A
あれ、Default
が翻訳されてない……じゃなくて。初期値が0になってる。私はしっかり2に設定されているのだけれど、私が自ら設定したのかな。全く身に覚えがない……。
で、文頭を見てみる。このドキュメント Opera 8.01 向けにアップデートされました
……古い。で、再び本家英語版を参照してみます。今度はThis document was last updated for Opera 9.00.
とある。
- Description
- Whether to download and use the browser.js file. Enable by setting to 1, Opera will then download the file and set to 2.
- Never download or use = 0
- Download and use = 1
- Use and check for updates weekly = 2
- Default (if available)
- 0
- Configure from UI
- N/A
……Opera9でも初期設定は0らしい。んー、思い違いかぁ。