Slashdot Mirror


Building a Better Back Button

Justin Macfarlane writes "From Stuff: 'Net surfers use the back button more than any other key. A computer scientist has made the command more useful, writes Will Harvie.'"

3 of 367 comments (clear)

  1. Link is to a PDF, here is the Google cache by m00nun1t · · Score: 4, Informative
  2. Re:Back button. by inerte · · Score: 5, Informative

    Don't forget that you can go back a page with your mouse. Deafult configuratios is hold right button and click left button.

    Forward is reverse, hold left and click right.

    And since Opera (by deefault) doesn't reload backed or forwarded pages, this operation is very fast.

    Not to mention gestures: Hold right button and move mouse to the left, you are back. Hold right button and move mouse to the right, and you go forward.

    Frankly, Opera kick ass ;-)

  3. Add this to your UserContent.css... by interactive_civilian · · Score: 4, Informative
    Or whatever your browser uses for user-defined style-sheets:
    /* Blacklist link (Mozilla) -- Blocks goatse.cx */
    a[href*="goatse.cx/"]
    {
    text-decoration: line-through ! important;
    color: brown ! important;
    }
    that will mark all goatse.cx links brown with a line through them. Never be fooled again.

    My apologies as I forget who to credit for this, but is was posted in a recent Slashdot story about how to block ads and such using your UserContent.css or whatever equivalent. I hope this helps to make your browsing a less visually-dangerous experience as it has for mine.

    Cheers. :)

    --
    "Empathise with stupidity, and you're halfway to thinking like an idiot." - Iain M. Banks