Firefox ブラウザーアドオン
  • 拡張機能
  • テーマ
    • Firefox 向け
    • スペルチェック辞書と言語パック
    • 他のブラウザーサイト
    • Android 向けアドオン
ログイン
アドオンアイコン

domain.cls のバージョン履歴 - 全 6 バージョン

domain.cls 作成者: Bruce Wen

まだ評価されていません
5 段階中 0 の評価
5
0
4
0
3
0
2
0
1
0
domain.cls のバージョン履歴 - 全 6 バージョン
  • 古いバージョンに注意してください!これらのバージョンは、テストや参照を目的に表示されています。常に最新バージョンのアドオンを使用してください。

  • 最新バージョン

    バージョン 1.6

    リリース日 : 2022年2月22日 - 68.21 KB
    firefox バージョン 48.0 以降 で動作
    To support sub-domain like en.wikipedia.org, we need to use en_wikipedia as body class to distinguish other language version of wikipedia. Similar, google translate should have different body class from gmail.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    Firefox をダウンロードして拡張機能を入手する
    ファイルをダウンロード
  • 以前のバージョン

    バージョン 1.5

    リリース日 : 2022年2月22日 - 68.21 KB
    firefox バージョン 48.0 以降 で動作
    Bug fix:

    If domain name consists of 2 or 3 labels, the code below won't work - it will return empty:

    d_core = d_parts.slice(1, d_parts.length-1).join('_')

    It's fixed as:

    var d_core = d_parts[d_parts.length-2]
    if (d_parts.length > 3){
    d_core = d_parts.slice(1, d_parts.length-1).join('_')
    }

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.4

    リリース日 : 2022年2月22日 - 68.17 KB
    firefox バージョン 48.0 以降 で動作
    Fix bug:
    by using d_array.slice(start, end) - end is not included. That's different from node.js behavior.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.3

    リリース日 : 2022年2月22日 - 68.17 KB
    firefox バージョン 48.0 以降 で動作
    If domain name consists of more than 3 labels, then use labels from 2nd to the one before last as the body class name. The dot will be replaced with underscore.
    For example, if domain name is sandbox.gitlab.test.java.oracle.com, then use "gitlab_test_java_oracle" as body class.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.2

    リリース日 : 2022年2月17日 - 8.84 KB
    firefox バージョン 48.0 以降 で動作
    By using domain name and top level domain are not necessary, and it will cause css misunderstanding the 'class' name as the dot '.' is special keyword for css class selector.

    Thus, change to use domain name only as body class.

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
  • バージョン 1.1

    リリース日 : 2022年2月16日 - 8.84 KB
    firefox バージョン 48.0 以降 で動作
    Fix domain name

    Only choose last 2 parts in document.domain as domain name

    ソースコードは Mozilla Public License 2.0 に従いリリースされています

    ファイルをダウンロード
Mozilla のホームページへ

アドオン

  • このサイトについて
  • Firefox アドオンブログ
  • 拡張機能ワークショップ
  • 開発者センター
  • 開発者ポリシー
  • コミュニティブログ
  • フォーラム
  • バグを報告
  • レビューガイド

ブラウザー

  • Desktop
  • Mobile
  • Enterprise

製品情報

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • プライバシー
  • Cookie
  • 法的情報

特に 明記されている 場合を除き、当サイト上のコンテンツは Creative Commons 表示・継承ライセンス v3.0 あるいはそれ以降のバージョンで公開されています。