mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-15 10:12:06 -05:00
Update settings.html
This commit is contained in:
parent
7e947a7e95
commit
47157ee888
@ -144,11 +144,10 @@
|
||||
<input id="setPass" class="submit" type="submit" value="Set Password" />
|
||||
<button id="delPass" onclick="delPassword()">Delete Password</button>
|
||||
</form>
|
||||
<form>
|
||||
<form>
|
||||
<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>
|
||||
<button onclick="localStorage.setItem('selenite.adblock', 'false')">Enable advertisements</button>
|
||||
<button onclick="localStorage.setItem('selenite.adblock', 'true')">Disable advertisements</button>
|
||||
<button onclick="localStorage.setItem('selenite.adblock', 'true')">Click here to disable ads.</button>
|
||||
</form>
|
||||
</main>
|
||||
<br>
|
||||
|
Loading…
x
Reference in New Issue
Block a user