Compare commits

...

2 Commits

Author SHA1 Message Date
1ac6174029 Add subtitle to celebrate no scripts 2021-02-14 19:48:52 -06:00
c3c1761c75 Remove no-fouc 2021-02-14 19:46:55 -06:00
2 changed files with 1 additions and 16 deletions

View File

@ -5,18 +5,3 @@
<link href="/styles/styles.css" type="text/css" rel="stylesheet" /> <link href="/styles/styles.css" type="text/css" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
<link href="/favicon.ico" rel="shortcut icon" /> <link href="/favicon.ico" rel="shortcut icon" />
<link rel="alternate" href="/feed" title="9iron RSS Feed" type="application/rss+xml" />
<!-- No FOUC -->
<style type="text/css">
.no-fouc {display: none;}
</style>
<script type="text/javascript">
document.documentElement.classname = 'no-fouc';
window.addEventListener("load", function(event) {
// No flash of unstyled content
nf = document.getElementsByClassName('no-fouc');
for (i = 0, len = nf.length; i < len; i++) {
nf[i].removeClass('no-fouc');
}
});
</script>

View File

@ -86,7 +86,6 @@
"Lain in a bear suit", "Lain in a bear suit",
"Let's get this out onto a tray. Nice. Mmkay.", "Let's get this out onto a tray. Nice. Mmkay.",
"This space intentionally left blank", "This space intentionally left blank",
"",
"Banned in Australia", "Banned in Australia",
"Banned in Australia(?)", "Banned in Australia(?)",
"I want a PSP again", "I want a PSP again",
@ -198,6 +197,7 @@
"No backing database edition", "No backing database edition",
"Motherfucking website edition", "Motherfucking website edition",
"Licensed under MIT edition", "Licensed under MIT edition",
"Absolutely no scripts edition",
"Now SFW edition", "Now SFW edition",
"NSFW edition?", "NSFW edition?",
"NSFW edition" "NSFW edition"