Remove ads

This commit is contained in:
Reimar 2025-08-24 16:12:00 +02:00
parent 8ed9a731b1
commit 824bee0630
Signed by: Reimar
GPG Key ID: 93549FA07F0AE268
2 changed files with 0 additions and 35 deletions

View File

@ -95,25 +95,6 @@
</div>
</details>
<!-- $$$ -->
<p id="ad-desc" class="desc">Advertisement</p>
<div id="ad-container">
<script>
(function(lpnuh){
var d = document,
s = d.createElement('script'),
l = d.scripts[d.scripts.length - 1];
s.settings = lpnuh || {};
s.src = "\/\/handsome-storm.com\/bLX-Vjs.dSGil\/0xY\/W\/cJ\/YePmY9suLZWU\/lJkCPlTHYs2sMWTTQB4oNgTWMRt-NcjUY\/xwNODTgH1pN\/Ae";
s.async = true;
s.referrerPolicy = 'no-referrer-when-downgrade';
l.parentNode.insertBefore(s, l);
})({})
</script>
<div id="ad-placeholder"></div>
</div>
<footer>
<p class="desc">Have feedback? Send it <a href="mailto:?to=Reimar%20<%6D%61%69%6C%40%72%65%69%6D%2E%61%72>&subject=Popup%20Timer%20Feedback">here</a></p>
</footer>

View File

@ -162,22 +162,6 @@ input[type=checkbox] {
color: #757575;
font-size: 12px;
}
#ad-desc {
margin-top: 80px;
}
#ad-container {
position: relative;
height: 250px;
}
#ad-placeholder {
position: absolute;
inset: 0;
width: 300px;
height: 250px;
margin: auto;
z-index: -1;
background-color: #EEE;
}
footer {
position: fixed;
bottom: 8px;