This website requires JavaScript.
Explore
Help
Register
Sign In
post-self
/
post-self.ink
Watch
1
Star
0
Fork
0
You've already forked post-self.ink
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7d8c8a398750aaa0dab142b08d6ed2a2d3dbeb71
post-self.ink
/
content
/
gallery.md
Madison Scott-Clary
7d8c8a3987
Fix images
2022-11-30 09:41:42 -08:00
1.7 KiB
Raw
Blame
History
title, type
title
type
Gallery
page
<style> img { display: inline-block; max-height: 200px; } </style>
<script type="text/javascript"> document.querySelectorAll('a').forEach(link => { if (link.attributes.href.textContent.substring(0,4) === '/img') { link.setAttribute('target', '_blank'); } }); </script>