Skip to content

archwiki banana by midiidev

Screenshot of archwiki banana

Details

Authormidiidev

LicenseNo License

Categoryarchlinux

Created

Updated

Size776 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

banana for archwiki headings

Notes

banana

Source code

/* ==UserStyle==
@name         archwiki banana
@version      20230627.01.25
@namespace    userstyles.world/user/midiidev
@description  banana for archwiki headings
@author       midiidev
@license      No License
==/UserStyle== */

@-moz-document domain("wiki.archlinux.org") {
.mw-headline::before {
    content: '🍌 ' counter(h2-section) !important;
}

h3 > .mw-headline::before {
    content: '🍌🍌 ' counter(h2-section) '.' counter(h3-section) !important;
}

h4 > .mw-headline::before {
    content: '🍌🍌🍌 ' counter(h2-section) '.' counter(h3-section) '.' counter(h4-section) !important;
}

h5 > .mw-headline::before {
    content: '🍌🍌🍌🍌 ' counter(h2-section) '.' counter(h3-section) '.' counter(h4-section) '.' counter(h5-section) !important;
}
}

Reviews

No reviews yet.