<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[User CSS]]></title><description><![CDATA[<p dir="auto">In Opera 12.18 (And previous versions) I use a user.css file that contains this..</p>
<p dir="auto">/* a:link, a:hover, a:active, a:visited { color: blue !important; } */</p>
<p dir="auto">a:visited { text-decoration: line-through !important; }</p>
<p dir="auto">a:visited img { border: solid thin red !important; }</p>
<p dir="auto">/<em>a:visited img { content: "Benn there!" !important; }</em>/</p>
<p dir="auto">table table table td { opacity: 1.0 !important; }</p>
<p dir="auto">What that did is put a strike through line in any link I had visited before:  <a href="https://postimg.org/image/s51vcdbrx/" target="_blank" rel="noopener noreferrer nofollow ugc">https://postimg.org/image/s51vcdbrx/</a></p>
<p dir="auto">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.  <a href="https://addons.opera.com/en/extensions/details/user-css/?display=en" target="_blank" rel="noopener noreferrer nofollow ugc">https://addons.opera.com/en/extensions/details/user-css/?display=en</a></p>
<p dir="auto">Is it possible to do what I want of putting a strike through in visited links?</p>
]]></description><link>https://forums.opera.com/topic/17348/user-css</link><generator>RSS for Node</generator><lastBuildDate>Sun, 08 Mar 2026 11:39:06 GMT</lastBuildDate><atom:link href="https://forums.opera.com/topic/17348.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 30 Sep 2016 21:52:17 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to User CSS on Sun, 02 Oct 2016 03:14:59 GMT]]></title><description><![CDATA[<p dir="auto">In case you need CSS+JS, you can use this:</p>
<p dir="auto"><a href="https://addons.opera.com/es-419/extensions/details/scripter-script-includer/" target="_blank" rel="noopener noreferrer nofollow ugc">https://addons.opera.com/es-419/extensions/details/scripter-script-includer/</a></p>
]]></description><link>https://forums.opera.com/post/107875</link><guid isPermaLink="true">https://forums.opera.com/post/107875</guid><dc:creator><![CDATA[alobpreis]]></dc:creator><pubDate>Sun, 02 Oct 2016 03:14:59 GMT</pubDate></item><item><title><![CDATA[Reply to User CSS on Sat, 01 Oct 2016 13:33:06 GMT]]></title><description><![CDATA[<p dir="auto">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: <a href="https://addons.opera.com/en/extensions/details/custom-style-script/?display=en" target="_blank" rel="noopener noreferrer nofollow ugc">https://addons.opera.com/en/extensions/details/custom-style-script/?display=en</a></p>
<p dir="auto">This is what I ended up with.</p>
<pre><code>&lt;style&gt;
a:link {
color:#666;
    text-decoration:none;
}

a:visited {
cursor: pointer;
color: #F00;
text-decoration: line-through;
}

&lt;/style&gt;
</code></pre>
]]></description><link>https://forums.opera.com/post/107830</link><guid isPermaLink="true">https://forums.opera.com/post/107830</guid><dc:creator><![CDATA[rif]]></dc:creator><pubDate>Sat, 01 Oct 2016 13:33:06 GMT</pubDate></item><item><title><![CDATA[Reply to User CSS on Sat, 01 Oct 2016 12:49:03 GMT]]></title><description><![CDATA[<p dir="auto">I'm using StyleBot extension, it allows to create both local and global CSS rules. Give it a try, maybe helps.</p>
]]></description><link>https://forums.opera.com/post/107827</link><guid isPermaLink="true">https://forums.opera.com/post/107827</guid><dc:creator><![CDATA[donq]]></dc:creator><pubDate>Sat, 01 Oct 2016 12:49:03 GMT</pubDate></item></channel></rss>