Removes the custom cursor
ProjMoon Miraheze CSS Cursor Remover by TrixxedBit
Details
AuthorTrixxedBit
LicenseNo License
Categoryprojectmoon.miraheze.org
Created
Updated
Size370 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 ProjMoonMiraheze Cursor Remover
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("projectmoon.miraheze.org") {
body {
cursor: url(),auto;
}
a:link,
a:visited,
a:hover,
a:active {
cursor: url(), pointer;
}
}