• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    User CSS

    Opera for Windows
    3
    4
    2214
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • rif
      rif last edited by

      In Opera 12.18 (And previous versions) I use a user.css file that contains this..

      /* a:link, a:hover, a:active, a:visited { color: blue !important; } */

      a:visited { text-decoration: line-through !important; }

      a:visited img { border: solid thin red !important; }

      /a:visited img { content: "Benn there!" !important; }/

      table table table td { opacity: 1.0 !important; }

      What that did is put a strike through line in any link I had visited before: https://postimg.org/image/s51vcdbrx/

      I've checked some extensions at Opera and the Chrome store and don't see anything that would really work. I did try this one but couldn't get it to work. https://addons.opera.com/en/extensions/details/user-css/?display=en

      Is it possible to do what I want of putting a strike through in visited links?

      Reply Quote 0
        1 Reply Last reply
      • donq
        donq last edited by

        I'm using StyleBot extension, it allows to create both local and global CSS rules. Give it a try, maybe helps.

        Reply Quote 0
          1 Reply Last reply
        • rif
          rif last edited by

          I found this and I'm pretty sure it does what I need. I can easily change the color of visited links but can't get line-through to work: https://addons.opera.com/en/extensions/details/custom-style-script/?display=en

          This is what I ended up with.

          <style>
          a:link {
          color:#666;
              text-decoration:none;
          }
          
          a:visited {
          cursor: pointer;
          color: #F00;
          text-decoration: line-through;
          }
          
          </style>
          
          Reply Quote 0
            1 Reply Last reply
          • alobpreis
            alobpreis last edited by

            In case you need CSS+JS, you can use this:

            https://addons.opera.com/es-419/extensions/details/scripter-script-includer/

            Reply Quote 0
              1 Reply Last reply
            • First post
              Last post

            Computer browsers

            • Opera for Windows
            • Opera for Mac
            • Opera for Linux
            • Opera beta version
            • Opera USB

            Mobile browsers

            • Opera for Android
            • Opera Mini
            • Opera Touch
            • Opera for basic phones

            • Add-ons
            • Opera account
            • Wallpapers
            • Opera Ads

            • Help & support
            • Opera blogs
            • Opera forums
            • Dev.Opera

            • Security
            • Privacy
            • Cookies Policy
            • EULA
            • Terms of Service

            • About Opera
            • Press info
            • Jobs
            • Investors
            • Become a partner
            • Contact us

            Follow Opera

            • Opera - Facebook
            • Opera - Twitter
            • Opera - YouTube
            • Opera - LinkedIn
            • Opera - Instagram

            © Opera Software 1995-