On 4/30/2020 10:15 AM, Lee wrote:
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; }

Thanks. Wow, that's a complex workaround. I thought it would be easy to change a setting like in GUI or about:config. :/ Didn't SeaMonkey used to have a GUI option to disable mouse cursor changes from web sites?
--
..!.. illness like COVID-19/2019-nCoV/SARS-CoV-2! :(
Note: A fixed width font (Courier, Monospace, etc.) is required to see this signature correctly.
   /\___/\                     http://aqfl.net & http://antfarm.ma.cx /
  / /\ /\ \                                 http://antfarm.home.dhs.org
 | |o   o| |   Axe ANT from its address if shown & e-mailing privately.
    \ _ /       Please kindly use Ant nickname & URL/link if crediting.
     ( )
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to