Update settings.html

This commit is contained in:
LEGALISE_PIRACY 2024-05-02 16:05:31 +00:00
parent 7e947a7e95
commit 47157ee888

View File

@ -147,8 +147,7 @@
<form> <form>
<h3 for="adblock">Disable Advertisements</h3> <h3 for="adblock">Disable Advertisements</h3>
<p>If you disable advertisements, please donate to the <a href="https://www.patreon.com/selenitecc">Patreon</a> to support the website.</p> <p>If you disable advertisements, please donate to the <a href="https://www.patreon.com/selenitecc">Patreon</a> to support the website.</p>
<button onclick="localStorage.setItem('selenite.adblock', 'false')">Enable advertisements</button> <button onclick="localStorage.setItem('selenite.adblock', 'true')">Click here to disable ads.</button>
<button onclick="localStorage.setItem('selenite.adblock', 'true')">Disable advertisements</button>
</form> </form>
</main> </main>
<br> <br>