mirror of
https://github.com/nkoehring/250kb-club.git
synced 2025-04-19 21:59:04 +02:00
remove bloat
This commit is contained in:
parent
201d0d69f4
commit
6aa8a9868e
9 changed files with 2 additions and 318 deletions
|
@ -1,11 +0,0 @@
|
||||||
+++
|
|
||||||
title = "cri.cl"
|
|
||||||
date = "2022-06-08"
|
|
||||||
updated = "2022-06-08"
|
|
||||||
weight = 333967
|
|
||||||
|
|
||||||
[extra]
|
|
||||||
source = "https://cri.cl/"
|
|
||||||
ratio = 2
|
|
||||||
size = 326
|
|
||||||
+++
|
|
|
@ -1,11 +0,0 @@
|
||||||
+++
|
|
||||||
title = "ihsaan.glitch.me"
|
|
||||||
date = "2022-06-08"
|
|
||||||
updated = "2022-06-08"
|
|
||||||
weight = 325723
|
|
||||||
|
|
||||||
[extra]
|
|
||||||
source = "https://ihsaan.glitch.me/"
|
|
||||||
ratio = 2
|
|
||||||
size = 318
|
|
||||||
+++
|
|
|
@ -272,11 +272,9 @@ https://s1.flatpackapps.com/app.php?appId=22
|
||||||
https://jason.nabein.me/
|
https://jason.nabein.me/
|
||||||
https://volleyball-baustetten.de/
|
https://volleyball-baustetten.de/
|
||||||
https://satchlj.us/
|
https://satchlj.us/
|
||||||
https://ihsaan.glitch.me/
|
|
||||||
https://www.borfigat.org/
|
https://www.borfigat.org/
|
||||||
https://anabeatriz.dev/
|
https://anabeatriz.dev/
|
||||||
https://grapheneos.org/
|
https://grapheneos.org/
|
||||||
https://cri.cl/
|
|
||||||
https://palashbauri.in/
|
https://palashbauri.in/
|
||||||
https://viniciushansen.github.io/
|
https://viniciushansen.github.io/
|
||||||
https://mha.fi/
|
https://mha.fi/
|
||||||
|
|
|
@ -1,135 +0,0 @@
|
||||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
|
|
||||||
font: 16px/1.4 sans-serif;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background: white;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
body>header,main,body>footer {
|
|
||||||
max-width: calc(720px - 2em);
|
|
||||||
width: calc(100% - 2em);
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 0 1em;
|
|
||||||
}
|
|
||||||
#main-footer {
|
|
||||||
border-top: 1px solid lightgrey;
|
|
||||||
margin: 3rem auto 0;
|
|
||||||
font-size: 85%;
|
|
||||||
}
|
|
||||||
main {
|
|
||||||
margin: 3em auto;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font: small-caps bold 2.2em/1.4 sans-serif;
|
|
||||||
letter-spacing: 6px;
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 1.2em;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font: small-caps bold 2.0em/1.4 sans-serif;
|
|
||||||
letter-spacing: 5px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
a,a:visited {
|
|
||||||
color: currentColor;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
select, label {
|
|
||||||
padding: .25em .5em;
|
|
||||||
border: 2px solid gray;
|
|
||||||
background: none;
|
|
||||||
color: currentColor;
|
|
||||||
font: inherit;
|
|
||||||
}
|
|
||||||
ol {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
background-color: #0002;
|
|
||||||
}
|
|
||||||
aside {
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row break;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
.hidden { visibility: hidden; }
|
|
||||||
.big { font-size: 1.5em; }
|
|
||||||
.center { text-align: center; }
|
|
||||||
#info-toggle { display: none; }
|
|
||||||
#info-toggle ~ label { text-align: center; }
|
|
||||||
#info-toggle ~ label > .info-close { display: none; }
|
|
||||||
#info-toggle:checked ~ label > .info-close { display: inline; }
|
|
||||||
#info-toggle:checked ~ label > .info-text { display: none; }
|
|
||||||
|
|
||||||
#info-popup {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 2.5em;
|
|
||||||
left: -1em;
|
|
||||||
width: calc(720px - 2em - 6px);
|
|
||||||
max-width: calc(100vw - 2em - 6px);
|
|
||||||
padding: 0 1em;
|
|
||||||
background: #FFF;
|
|
||||||
border: 3px solid #DDD;
|
|
||||||
}
|
|
||||||
#info-toggle:checked ~ #info-popup { display: block; }
|
|
||||||
|
|
||||||
.entry {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: .5em .5em 0;
|
|
||||||
height: 2em;
|
|
||||||
line-height: 2em;
|
|
||||||
font-size: 1.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry > .url {
|
|
||||||
flex: 1 1 auto;
|
|
||||||
width: 70%;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
.entry > .size, .entry > .ratio, .entry > .open-page {
|
|
||||||
flex: 0 0 auto;
|
|
||||||
width: 10%;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
.entry > .open-page img {
|
|
||||||
max-height: 32px;
|
|
||||||
margin-top: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry-size-bar, .entry-ratio-bar {
|
|
||||||
height: 0;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
border-bottom: 2px solid;
|
|
||||||
}
|
|
||||||
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
|
|
||||||
border-bottom-width: 4px;
|
|
||||||
}
|
|
||||||
.entry-size-bar {
|
|
||||||
border-bottom-color: #E44;
|
|
||||||
width: calc(var(--size)/256 * 100%);
|
|
||||||
}
|
|
||||||
.entry-ratio-bar {
|
|
||||||
border-bottom-color: #56B;
|
|
||||||
width: var(--ratio);
|
|
||||||
}
|
|
||||||
#pager {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
body { background: #222; color: white; }
|
|
||||||
#info-popup { background: #000; border-color: #444; }
|
|
||||||
}</style><body><main id=member><h1 class="p-name dated" id=title>cri.cl</h1><p class="big center">Proud member of the exclusive 250kb club!<p><time class=dt-published content=2022-06-08 datetime=2022-06-08 itemprop=datePublished pubdate> Added: 2022-06-08 </time> | <time class=dt-published content=2022-06-08 datetime=2022-06-08 itemprop=datePublished pubdate> Last updated: 2022-06-08 </time><p class=e-content><a rel="noopener nofollow" href=https://cri.cl/ target=_blank>cri.cl</a> is a member of the exclusive 250kb club. The page weighs only <strong>326kb</strong> and has a content-to-bloat ratio of <strong>2%</strong>.<p><a href=/>back</a></main></body><script async data-goatcounter=https://250kb-club.goatcounter.com/count src=//gc.zgo.at/count.js></script>
|
|
|
@ -1,135 +0,0 @@
|
||||||
<!doctype html><html lang=en><head><meta charset=utf-8><meta content="width=device-width,initial-scale=1" name=viewport><title>The 250kb Club</title><meta content="An exclusive membership for web pages presenting themselves in no more than 250kb." name=description><meta content="Norman Köhring" name=author><meta content="The 250kb Club" name=DC.title><link href=https://koehr.in rel=author><link href=/favicon.png rel=icon type=image/x-icon><link href=https://250kb.club/rss.xml rel=alternate title=RSS type=application/rss+xml><style>body {
|
|
||||||
font: 16px/1.4 sans-serif;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
background: white;
|
|
||||||
color: #333;
|
|
||||||
}
|
|
||||||
body>header,main,body>footer {
|
|
||||||
max-width: calc(720px - 2em);
|
|
||||||
width: calc(100% - 2em);
|
|
||||||
margin: 0 auto;
|
|
||||||
padding: 0 1em;
|
|
||||||
}
|
|
||||||
#main-footer {
|
|
||||||
border-top: 1px solid lightgrey;
|
|
||||||
margin: 3rem auto 0;
|
|
||||||
font-size: 85%;
|
|
||||||
}
|
|
||||||
main {
|
|
||||||
margin: 3em auto;
|
|
||||||
}
|
|
||||||
h1 {
|
|
||||||
font: small-caps bold 2.2em/1.4 sans-serif;
|
|
||||||
letter-spacing: 6px;
|
|
||||||
text-align: center;
|
|
||||||
margin-top: 1.2em;
|
|
||||||
}
|
|
||||||
h2 {
|
|
||||||
font: small-caps bold 2.0em/1.4 sans-serif;
|
|
||||||
letter-spacing: 5px;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
p {
|
|
||||||
text-align: justify;
|
|
||||||
}
|
|
||||||
a,a:visited {
|
|
||||||
color: currentColor;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
select, label {
|
|
||||||
padding: .25em .5em;
|
|
||||||
border: 2px solid gray;
|
|
||||||
background: none;
|
|
||||||
color: currentColor;
|
|
||||||
font: inherit;
|
|
||||||
}
|
|
||||||
ol {
|
|
||||||
list-style: none;
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
li {
|
|
||||||
margin-bottom: 1em;
|
|
||||||
background-color: #0002;
|
|
||||||
}
|
|
||||||
aside {
|
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row break;
|
|
||||||
justify-content: space-between;
|
|
||||||
}
|
|
||||||
.hidden { visibility: hidden; }
|
|
||||||
.big { font-size: 1.5em; }
|
|
||||||
.center { text-align: center; }
|
|
||||||
#info-toggle { display: none; }
|
|
||||||
#info-toggle ~ label { text-align: center; }
|
|
||||||
#info-toggle ~ label > .info-close { display: none; }
|
|
||||||
#info-toggle:checked ~ label > .info-close { display: inline; }
|
|
||||||
#info-toggle:checked ~ label > .info-text { display: none; }
|
|
||||||
|
|
||||||
#info-popup {
|
|
||||||
display: none;
|
|
||||||
position: absolute;
|
|
||||||
top: 2.5em;
|
|
||||||
left: -1em;
|
|
||||||
width: calc(720px - 2em - 6px);
|
|
||||||
max-width: calc(100vw - 2em - 6px);
|
|
||||||
padding: 0 1em;
|
|
||||||
background: #FFF;
|
|
||||||
border: 3px solid #DDD;
|
|
||||||
}
|
|
||||||
#info-toggle:checked ~ #info-popup { display: block; }
|
|
||||||
|
|
||||||
.entry {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
padding: .5em .5em 0;
|
|
||||||
height: 2em;
|
|
||||||
line-height: 2em;
|
|
||||||
font-size: 1.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry > .url {
|
|
||||||
flex: 1 1 auto;
|
|
||||||
width: 70%;
|
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
|
||||||
}
|
|
||||||
.entry > .size, .entry > .ratio, .entry > .open-page {
|
|
||||||
flex: 0 0 auto;
|
|
||||||
width: 10%;
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
.entry > .open-page img {
|
|
||||||
max-height: 32px;
|
|
||||||
margin-top: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.entry-size-bar, .entry-ratio-bar {
|
|
||||||
height: 0;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
border-bottom: 2px solid;
|
|
||||||
}
|
|
||||||
.entry-size-bar.highlighted, .entry-ratio-bar.highlighted {
|
|
||||||
border-bottom-width: 4px;
|
|
||||||
}
|
|
||||||
.entry-size-bar {
|
|
||||||
border-bottom-color: #E44;
|
|
||||||
width: calc(var(--size)/256 * 100%);
|
|
||||||
}
|
|
||||||
.entry-ratio-bar {
|
|
||||||
border-bottom-color: #56B;
|
|
||||||
width: var(--ratio);
|
|
||||||
}
|
|
||||||
#pager {
|
|
||||||
display: flex;
|
|
||||||
flex-flow: row nowrap;
|
|
||||||
justify-content: space-between;
|
|
||||||
align-items: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
|
||||||
body { background: #222; color: white; }
|
|
||||||
#info-popup { background: #000; border-color: #444; }
|
|
||||||
}</style><body><main id=member><h1 class="p-name dated" id=title>ihsaan.glitch.me</h1><p class="big center">Proud member of the exclusive 250kb club!<p><time class=dt-published content=2022-06-08 datetime=2022-06-08 itemprop=datePublished pubdate> Added: 2022-06-08 </time> | <time class=dt-published content=2022-06-08 datetime=2022-06-08 itemprop=datePublished pubdate> Last updated: 2022-06-08 </time><p class=e-content><a rel="noopener nofollow" href=https://ihsaan.glitch.me/ target=_blank>ihsaan.glitch.me</a> is a member of the exclusive 250kb club. The page weighs only <strong>318kb</strong> and has a content-to-bloat ratio of <strong>2%</strong>.<p><a href=/>back</a></main></body><script async data-goatcounter=https://250kb-club.goatcounter.com/count src=//gc.zgo.at/count.js></script>
|
|
File diff suppressed because one or more lines are too long
|
@ -57,13 +57,6 @@
|
||||||
<guid>https://250kb.club/ononoki-org/</guid>
|
<guid>https://250kb.club/ononoki-org/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<title>cri.cl</title>
|
|
||||||
<pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate>
|
|
||||||
<link>https://250kb.club/cri-cl/</link>
|
|
||||||
<guid>https://250kb.club/cri-cl/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<title>davidjenei.com</title>
|
<title>davidjenei.com</title>
|
||||||
<pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate>
|
<pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate>
|
||||||
|
@ -78,13 +71,6 @@
|
||||||
<guid>https://250kb.club/heavymetalmusic-reviews/</guid>
|
<guid>https://250kb.club/heavymetalmusic-reviews/</guid>
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
|
||||||
<title>ihsaan.glitch.me</title>
|
|
||||||
<pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate>
|
|
||||||
<link>https://250kb.club/ihsaan-glitch-me/</link>
|
|
||||||
<guid>https://250kb.club/ihsaan-glitch-me/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
<item>
|
<item>
|
||||||
<title>jundimubarok.com</title>
|
<title>jundimubarok.com</title>
|
||||||
<pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate>
|
<pubDate>Wed, 08 Jun 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -231,10 +231,6 @@
|
||||||
<loc>https://250kb.club/crackle-dev/</loc>
|
<loc>https://250kb.club/crackle-dev/</loc>
|
||||||
<lastmod>2022-06-08</lastmod>
|
<lastmod>2022-06-08</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://250kb.club/cri-cl/</loc>
|
|
||||||
<lastmod>2022-06-08</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/cronokirby-com/</loc>
|
<loc>https://250kb.club/cronokirby-com/</loc>
|
||||||
<lastmod>2022-06-08</lastmod>
|
<lastmod>2022-06-08</lastmod>
|
||||||
|
@ -407,10 +403,6 @@
|
||||||
<loc>https://250kb.club/ihaque-org/</loc>
|
<loc>https://250kb.club/ihaque-org/</loc>
|
||||||
<lastmod>2022-06-08</lastmod>
|
<lastmod>2022-06-08</lastmod>
|
||||||
</url>
|
</url>
|
||||||
<url>
|
|
||||||
<loc>https://250kb.club/ihsaan-glitch-me/</loc>
|
|
||||||
<lastmod>2022-06-08</lastmod>
|
|
||||||
</url>
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://250kb.club/inatri-com/</loc>
|
<loc>https://250kb.club/inatri-com/</loc>
|
||||||
<lastmod>2022-06-08</lastmod>
|
<lastmod>2022-06-08</lastmod>
|
||||||
|
|
Loading…
Add table
Reference in a new issue