Skip to content

Checkli.com by enamul-hoque

Details

Authorenamul-hoque

LicenseNo License

Categorycheckli.com

Created

Updated

Size290 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tasks Numbering for Checkli Checklists.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Checkli.com
@version      20240101.14.35
@namespace    ?
==/UserStyle== */

@-moz-document domain("checkli.com") {
p.task:before {
    content: counter(taskCount) ". ";
    counter-increment: taskCount;
}
ul.list-checkboxes {
    counter-reset: taskCount;
}
}

Reviews

No reviews yet.