Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump.
This code will be executed when previewing this page.
This code will be executed when previewing this page.
Documentation for this user script can be added at User:Sapphaline/unformat.
/*unformat signatures*/
.mw-parser-output span[style]:has(a[title^="User:"], a[title^="User talk:"], a[title^="Special:Contributions/"]),
.mw-parser-output a[title^="User:"] span[style],
.mw-parser-output a[title^="User talk:"] span[style],
.mw-parser-output a[title^="Special:Contributions/"] span[style],
.mw-parser-output b:has(a[title^="User:"], a[title^="User talk:"], a[title^="Special:Contributions/"]),
.mw-parser-output a[title^="User:"] b,
.mw-parser-output a[title^="User talk:"] b,
.mw-parser-output a[title^="Special:Contributions/"] b,
.mw-parser-output i:has(a[title^="User:"], a[title^="User talk:"], a[title^="Special:Contributions/"]),
.mw-parser-output a[title^="User:"] i,
.mw-parser-output a[title^="User talk:"] i,
.mw-parser-output a[title^="Special:Contributions/"] i,
.mw-parser-output sup:has(a[title^="User:"], a[title^="User talk:"], a[title^="Special:Contributions/"]),
.mw-parser-output a[title^="User:"] sup,
.mw-parser-output a[title^="User talk:"] sup,
.mw-parser-output a[title^="Special:Contributions/"] sup,
.mw-parser-output sub:has(a[title^="User:"], a[title^="User talk:"], a[title^="Special:Contributions/"]),
.mw-parser-output a[title^="User:"] sub,
.mw-parser-output a[title^="User talk:"] sub,
.mw-parser-output a[title^="Special:Contributions/"] sub,
.mw-parser-output small:has(a[title^="User:"], a[title^="User talk:"], a[title^="Special:Contributions/"]),
.mw-parser-output a[title^="User:"] small,
.mw-parser-output a[title^="User talk:"] small,
.mw-parser-output a[title^="Special:Contributions/"] small,
.mw-parser-output big:has(a[title^="User:"], a[title^="User talk:"], a[title^="Special:Contributions/"]),
.mw-parser-output a[title^="User:"] big,
.mw-parser-output a[title^="User talk:"] big,
.mw-parser-output a[title^="Special:Contributions/"] big,
.mw-parser-output tt:has(a[title^="User:"], a[title^="User talk:"], a[title^="Special:Contributions/"]),
.mw-parser-output a[title^="User:"] tt,
.mw-parser-output a[title^="User talk:"] tt,
.mw-parser-output a[title^="Special:Contributions/"] tt,
.mw-parser-output font:has(a[title^="User:"], a[title^="User talk:"], a[title^="Special:Contributions/"]),
.mw-parser-output a[title^="User:"] font,
.mw-parser-output a[title^="User talk:"] font,
.mw-parser-output a[title^="Special:Contributions/"] font,
.mw-parser-output code:has(a[title^="User:"], a[title^="User talk:"], a[title^="Special:Contributions/"]),
.mw-parser-output a[title^="User:"] code,
.mw-parser-output a[title^="User talk:"] code,
.mw-parser-output a[title^="Special:Contributions/"] code {
font:inherit !important;
border:0 !important;
padding:0 !important;
margin:0 !important;
outline:0 !important;
background:inherit !important;
border-radius:inherit !important;
text-decoration:inherit !important;
box-shadow:inherit !important;
text-shadow:inherit !important;
white-space:inherit !important;
display:inline !important;
position:inherit !important;
rotate:inherit !important;
letter-spacing:inherit !important;
line-height:inherit !important;
vertical-align:inherit !important;
filter:inherit !important;
color:inherit !important;
transform:inherit !important
}