1
0

Honestly i don't even remember what i did here hope it works lol

This commit is contained in:
devenblake 2020-10-22 11:59:59 -04:00
parent 38363d5eeb
commit 1fb717f24c

View File

@ -95,7 +95,12 @@ I would much rather talk to you via email or Signal instead of using something l
<input type="button" value="notheme" onclick="document.getElementById('styling').setAttribute('href', ''); sheet='';" /> <input type="button" value="notheme" onclick="document.getElementById('styling').setAttribute('href', ''); sheet='';" />
<input type="button" value="givemerights" onclick="sheet = setStyling('givemerights.css');" /> <input type="button" value="givemerights" onclick="sheet = setStyling('givemerights.css');" />
<input type="button" value="windowsclassic" onclick="sheet = setStyling('windowsclassic.css');" /> <input type="button" value="windowsclassic" onclick="sheet = setStyling('windowsclassic.css');" />
<P></P> <P><SMALL>
This input lets you summon an external stylesheet.
For instance, you can enter in "windowsclassic.css" to manually use that theme rather than pushing a button.
Any stylesheet from any on-line source will work.
<B>Be careful because there's surely someone out there that will inject a virus into a stylesheet and get some poor sap to plug that in here.</B>
</SMALL></P>
<input id="customSheet" type="text" value="custom" /> <input id="customSheet" type="text" value="custom" />
<input type="button" value="<-" onclick="sheet = setStyling(document.getElementById('customSheet').value);" /> <input type="button" value="<-" onclick="sheet = setStyling(document.getElementById('customSheet').value);" />
<p><small>The following button manipulates the site cookie.</small></p> <p><small>The following button manipulates the site cookie.</small></p>