Remove injected js

This commit is contained in:
Case Duckworth 2019-06-11 22:17:03 -05:00
parent e8f2daad6a
commit 436beb0048
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
<style>p::before{content:"<p id='"attr(id)"' class='"attr(class)"'>";}p{ border:none; }</style>
<style>a[href]::before{content:"<a href='" attr(href) "'>";} a::after{content: "</a>";}</style>
<style>a:link { text-decoration: none; color: darkcyan; } a:hover { background: #f8f; }</style>
<style>.nline{display:inline}span[class]:before{content:"<span class='"attr(class)"'>"}</style>
<style>.nline + style { display: inline; } .nline { font-style: italic; clear: right; }</style>
<span class='nline'>get rid of injected javascript: </span><style>script{display:none;}</style>
<p id="third" class="attribution of the idea for this is fitting and a link to the source too">
<span><a href="https://git.sr.ht/~acdw/townie/tree/master/enough.html">see my source</a></span>