User CSS
-
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?
-
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.
-
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>
-
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/