I want to print some articles from Wikipedia, but I want to remove the hyperlink underlines from all of the words in the print.
I'm using Wikipedia Account User Scripts Custom CSS to remove the links, but can't get it to work, the underlines still show up in Chrome's Print Preview. I created a Wikipedia vector.css
theme override, and cleared browser cache, but I can't tell if the CSS is even applying.
/* Remove Hyperlinks */
@media print {
a:link {text-decoration: none !important;}
a[href]:after {content: none !important;}
}
Wikipedia Account Gadgets Print Options
I'm also using Gadgets Print Options to remove other elements, such as reference number links.
Chrome Print View
And Chrome's Print Preview features, to reformat the page for printing.
You can see here the link underlines in the preview.