Pengaya Peramban Firefox
  • Ekstensi
  • Tema
    • untuk Firefox
    • Kamus & Paket Bahasa
    • Situs Peramban Lainnya
    • Pengaya untuk Android
Masuk
Ikon pengaya

riwayat versi domain.cls - 6 versi

domain.cls oleh Bruce Wen

Belum ada peringkat
Diberi peringkat 0 bintang dari 5
5
0
4
0
3
0
2
0
1
0
riwayat versi domain.cls - 6 versi
  • Hati-hati dengan versi lama! Versi ini ditampilkan untuk tujuan pengujian dan referensi.Anda harus selalu menggunakan pengaya versi terbaru.

  • Versi terbaru

    Versi 1.6

    Dirilis 22 Feb 2022 - 68,21 KB
    Berfungsi dengan firefox 48.0 dan setelahnya
    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.

    Kode sumber dirilis di bawah Lisensi Publik Mozilla 2.0

    Anda memerlukan Firefox untuk menggunakan ekstensi ini
    Unduh Firefox dan dapatkan ekstensinya
    Unduh berkas
  • Versi sebelumnya

    Versi 1.5

    Dirilis 22 Feb 2022 - 68,21 KB
    Berfungsi dengan firefox 48.0 dan setelahnya
    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('_')
    }

    Kode sumber dirilis di bawah Lisensi Publik Mozilla 2.0

    Unduh berkas
  • Versi 1.4

    Dirilis 22 Feb 2022 - 68,17 KB
    Berfungsi dengan firefox 48.0 dan setelahnya
    Fix bug:
    by using d_array.slice(start, end) - end is not included. That's different from node.js behavior.

    Kode sumber dirilis di bawah Lisensi Publik Mozilla 2.0

    Unduh berkas
  • Versi 1.3

    Dirilis 22 Feb 2022 - 68,17 KB
    Berfungsi dengan firefox 48.0 dan setelahnya
    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.

    Kode sumber dirilis di bawah Lisensi Publik Mozilla 2.0

    Unduh berkas
  • Versi 1.2

    Dirilis 17 Feb 2022 - 8,84 KB
    Berfungsi dengan firefox 48.0 dan setelahnya
    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.

    Kode sumber dirilis di bawah Lisensi Publik Mozilla 2.0

    Unduh berkas
  • Versi 1.1

    Dirilis 16 Feb 2022 - 8,84 KB
    Berfungsi dengan firefox 48.0 dan setelahnya
    Fix domain name

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

    Kode sumber dirilis di bawah Lisensi Publik Mozilla 2.0

    Unduh berkas
Ke beranda Mozilla

Pengaya

  • Tentang
  • Blog Pengaya Firefox
  • Lokakarya Ekstensi
  • Pusat Pengembang
  • Kebijakan Pengembang
  • Blog Komunitas
  • Forum
  • Laporkan kutu
  • Panduan Ulasan

Peramban

  • Desktop
  • Mobile
  • Enterprise

Produk

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privasi
  • Kuki
  • Legal

Terkecuali saat dicatat berbeda, konten dalam situs ini dilisensikan di bawah Creative Commons Attribution Share-Alike License v3.0 atau versi lain yang lebih baru.