view this post on our onion site

html for site

Nostr comments

Translations

make sure to change the https linkout in the html
to get the https of the pages, hit the window button next to publish and copy the URL and paste into spot in the html  dropbox. dont forget to add https://sovrnbitcoiner.com/ at the beginning and / at the end

example:
copy: fake-url-here
write: https://sovrnbitcoiner.com/
add: https://sovrnbitcoiner.com/fake-url-here

Remove header

<style>
    /* Hidden Elements */
    .site-header { display: none; }
    #tip-author { display: none; }
   	.login-button {display: none;}
    .footer-onion-link { display: none; }
</style>
<script>
    // Adding the logo on the top
    let container = document.querySelector('.site-main');
    let firstChild = container.children[0];
    
    let img = document.createElement('img');
    img.src = '/assets/images/TSB_Logo.png'
    img.height = '125';
	img.width = '125';
    img.style.margin = '3rem auto';
    img.style.marginTop = '1rem';
    img.style.borderRadius = '100px';
    img.style.border = 'solid 2px #fff';
    img.style.boxShadow = '0px 5px 6px rgba(0,0,0, 0.5 )';
    img.className = 'image-logo'
    
    container.insertBefore(img, firstChild)
</script>
🧡
Found this post helpful? Consider sending the author a tip
ㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ