用于快速预览并调试css
调试 by cele
Details
Authorcele
LicenseMIT License
Categoryall
Created
Updated
Size311 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 调试
@version 20240412.12.41
@namespace all
@description 用于快速预览并调试css
@author celeslime
@license MIT
==/UserStyle== */
@-moz-document regexp("^\\w+-extension://.+") {
* {
outline-style: dashed!important;
outline-width: 1px!important;
}
}