Don't show javascript links

This commit is contained in:
Marcus Noble 2020-06-07 17:11:03 +01:00
parent 32185a7ceb
commit 1b03bd9c5f
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ async function sendPage(website, tries = 0) {
content: " [" attr(href) "] "; content: " [" attr(href) "] ";
font-size: 0.7em; font-size: 0.7em;
} }
a[href^="#"]:after, a[href^="/"]:after { a[href^="#"]:after, a[href^="/"]:after, a[href^="javascript:"]:after {
content: ""; content: "";
} }
blockquote { blockquote {