תוספות לדפדפן Firefox
  • הרחבות
  • ערכות נושא
    • עבור Firefox
    • מילונים וחבילות שפה
    • אתרי דפדפנים אחרים
    • תוספות עבור Android
כניסה
הסמל של התוספת

היסטוריית גרסאות עבור domain.cls - ‏6 גרסאות

domain.cls Bruce Wen מאת

אין דירוגים עדיין
0 כוכבים מתוך 5
5
0
4
0
3
0
2
0
1
0
היסטוריית גרסאות עבור domain.cls - ‏6 גרסאות
  • יש להיזהר עם גרסאות ישנות! גרסאות אלה מוצגות למטרות בדיקה ועיון.מומלץ תמיד להשתמש בגרסה העדכנית של תוספת.

  • הגרסה העדכנית ביותר

    גרסה 1.6

    תאריך שחרור: 22 פבר׳ 2022 - 68.21 ק״ב
    עובד עם ‏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

    תאריך שחרור: 22 פבר׳ 2022 - 68.21 ק״ב
    עובד עם ‏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

    תאריך שחרור: 22 פבר׳ 2022 - 68.17 ק״ב
    עובד עם ‏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

    תאריך שחרור: 22 פבר׳ 2022 - 68.17 ק״ב
    עובד עם ‏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

    תאריך שחרור: 17 פבר׳ 2022 - 8.84 ק״ב
    עובד עם ‏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

    תאריך שחרור: 16 פבר׳ 2022 - 8.84 ק״ב
    עובד עם ‏firefox 48.0 ומעלה
    Fix domain name

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

    קוד המקור משוחרר תחת Mozilla Public License 2.0

    הורדת קובץ
מעבר לדף הבית של Mozilla

תוספות

  • על אודות
  • בלוג התוספות של Firefox
  • Extension Workshop
  • מרכז המפתחים
  • מדיניות למפתחים
  • בלוג קהילה
  • פורום
  • דיווח על תקלה
  • מדריך סקירה

דפדפנים

  • Desktop
  • Mobile
  • Enterprise

מוצרים

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • פרטיות
  • עוגיות
  • מידע משפטי

למעט היכן שצוין אחרת, התוכן באתר זה מוגש בכפוף לגרסה 3.0 של הרשיון Creative Commons Attribution Share-Alike או כל גרסה עדכנית יותר.