Shtesa Shfletuesi Firefox
  • Zgjerime
  • Tema
    • për Firefox
    • Fjalorë & Paketa Gjuhësore
    • Sajte Shfletuesish të Tjerë
    • Shtesa për Android
Hyni
Ikonë shtese

Historik versionesh për domain.cls - 6 versione

domain.cls nga Bruce Wen

Ende pa vlerësime
Vlerësuar me 0 yje nga 5 të mundshëm
5
0
4
0
3
0
2
0
1
0
Historik versionesh për domain.cls - 6 versione
  • Bëni kujdes me versione të vjetër! Këto versione shfaqen për qëllime testimi dhe si referencë.Duhet të përdorni përherë versionin më të ri të një shtese.

  • Versioni më i ri

    Version 1.6

    Hedhur në qarkullim më 22 Shk 2022 - 68,21 KB
    Funksionon me firefox 48.0 dhe më të freskët
    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.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Që të përdorni këtë zgjerim, ju duhet Firefox-i
    Shkarkoni Firefox-in dhe merrni zgjerimin
    Shkarko kartelën
  • Versione të vjetër

    Version 1.5

    Hedhur në qarkullim më 22 Shk 2022 - 68,21 KB
    Funksionon me firefox 48.0 dhe më të freskët
    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('_')
    }

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.4

    Hedhur në qarkullim më 22 Shk 2022 - 68,17 KB
    Funksionon me firefox 48.0 dhe më të freskët
    Fix bug:
    by using d_array.slice(start, end) - end is not included. That's different from node.js behavior.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.3

    Hedhur në qarkullim më 22 Shk 2022 - 68,17 KB
    Funksionon me firefox 48.0 dhe më të freskët
    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.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.2

    Hedhur në qarkullim më 17 Shk 2022 - 8,84 KB
    Funksionon me firefox 48.0 dhe më të freskët
    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.

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
  • Version 1.1

    Hedhur në qarkullim më 16 Shk 2022 - 8,84 KB
    Funksionon me firefox 48.0 dhe më të freskët
    Fix domain name

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

    Kod burim i hedhur në qarkullim sipas Mozilla Public License 2.0

    Shkarko kartelën
Shkoni te faqja hyrëse e Mozilla-s

Shtesa

  • Mbi
  • Blog Shtesash Firefox-i
  • Praktikë Mbi Zgjerime
  • Qendër Zhvilluesish
  • Rregulla Për Zhvilluesit
  • Blog Bashkësie
  • Forum
  • Njoftoni një të metë
  • Udhërrëfyes Shqyrtimesh

Shfletues

  • Desktop
  • Mobile
  • Enterprise

Produkte

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Privatësi
  • Cookies
  • Ligjore

Hiq atje ku shënohet ndryshe, lënda e këtij sajti licencohet sipas licencës Creative Commons Attribution Share-Alike License v3.0 ose çfarëdo versioni të mëvonshëm.