On 4/29/20, Ant <[email protected]> wrote: > https://old.reddit.com/r/IndependenceDay/ for an example. I want my old > mouse cursor back since it's annoying. :(
add this to your userContent.css: /* always use the default cursor ref: https://old.reddit.com/r/IndependenceDay/ block crap like cursor: url("//b.thumbs.redditmedia.com/sS8sr423QX_H_1yp7uM7R0v85JYHCsnD5jqntSNOQtA.png"),default !important; */ body {cursor: default !important; } and some other over-rides I have in my userContent.css: /* Change cursor for JavaScript links */ a[href^="javascript:"] { cursor: move !important; } /* change cursor for onclick links */ a[onclick] { cursor: help !important; } Regards, Lee _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

