8 points

The article is very interesting but the fake cursors are infuriating and make it nearly impossible to focus on the content. It’s a clever joke but without a way to disable it, the author is just sabotaging his own content.

permalink
report
reply
8 points

Huh, I had read this on mobile, where they didn’t show up (which I guess, makes sense).

In the HTML, all the way at the bottom, there’s a <div id="pointers" ...>, which you can delete to make them disappear…

permalink
report
parent
reply
6 points

This guy webdevs

permalink
report
parent
reply
2 points

How does one make this edit permanent? I’ve been looking to delete the sidebar on fandom, but an adblocker like uBO is not enough, since I need to edit the backgrounds margin. I don’t know anything about webdev, and would be grateful for help.

permalink
report
parent
reply
3 points

Well, making such a change permanent on a foreign webpage, that’s not really something you do in webdev, but I happen to know anyways.
What you want is usually referred to as a “user style” and you can achieve that with e.g. the Stylus extension.

You can create a new style and then paste this into it:

@-moz-document domain("fandom.com") {
    .global-navigation {
        display: none;
    }

    body {
        margin-left: 0 !important;
    }
}

Then save it and fandom.com should look nicer.

If you ignore the first and the last line, these are normal CSS rules, so that is then where webdev knowledge can help

permalink
report
parent
reply
1 point

The “dark mode” is even more frustrating.

permalink
report
parent
reply

Web Development

!webdev@programming.dev

Create post

Welcome to the web development community! This is a place to post, discuss, get help about, etc. anything related to web development

What is web development?

Web development is the process of creating websites or web applications

Rules/Guidelines

  • Follow the programming.dev site rules
  • Keep content related to web development
  • If what you’re posting relates to one of the related communities, crosspost it into there to help them grow
  • If youre posting an article older than two years put the year it was made in brackets after the title

Related Communities

Wormhole

Some webdev blogs

Not sure what to post in here? Want some web development related things to read?

Heres a couple blogs that have web development related content

Credits

Icon base by Delapouite under CC BY 3.0 with modifications to add a gradient

Community stats

  • 306

    Monthly active users

  • 280

    Posts

  • 966

    Comments