initial commit

main
Frank Homburg 2 years ago
parent 184fb2489f
commit 3365df7202

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

@ -0,0 +1,97 @@
baseURL = "https://no-js.club/"
languageCode = 'en'
title = 'no-JS.club'
disableHugoGeneratorInject = 'true'
enableGitInfo = 'true'
[permalinks]
preserveTaxonomyNames = true
enableRobotsTXT = true
[outputFormats]
[outputs]
home = ['HTML']
section = ['HTML']
taxonomy = ['HTML']
term = ['HTML']
page = ['HTML']
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
style = 'dracula'
tabWidth = 2
defaultMarkdownHandler = 'goldmark'
[markup.asciidocExt]
backend = 'html5'
extensions = []
failureLevel = 'fatal'
noHeaderOrFooter = true
preserveTOC = false
safeMode = 'unsafe'
sectionNumbers = false
trace = false
verbose = false
workingFolderCurrent = false
[markup.asciidocExt.attributes]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
autoHeadingID = true
autoHeadingIDType = 'github'
[markup.goldmark.parser.attribute]
block = false
title = true
[markup.goldmark.renderer]
hardWraps = false
unsafe = false
xhtml = false
[markup.tableOfContents]
endLevel = 3
ordered = false
startLevel = 2
[author]
name = "Frank"
[menu]
[[menu.main]]
name = "faq"
url = "/faq/"
weight = 10
[[menu.main]]
name = "membership"
url = "https://todo.sr.ht/~hmbrg/no-JS"
weight = 20
[imaging]
resampleFilter = "box"
quality = 75
anchor = "smart"
bgColor = "#ffffff"
disableDate = true
disableLatLong = true

@ -0,0 +1,13 @@
# Welcome To The no-JS.club Project
The Internet, as we have to experience it today, is an unnecessarily inflated creature.
Far too often, mechanisms are used that are absolutely unnecessary. Have we forgotten the tools of the early days and their ease of use?
Nowadays, also for the private homepage, because everything is so nicely clickable, one quickly reaches for top dogs like WordPress. Quickly click a few plug-ins and the data sling is ready. The visitor of the website is gifted with **several hundred kilo bytes, or more, of JavaScript** - thank you, but NO thank you.
And here comes the reborn no-JS.club into play. If you don't use JavaScript on your homepage, gift your website a **free membership in the no-JS.club**.
## List Of Proud Club Members
{{< csv-table >}}

@ -0,0 +1,60 @@
---
title: "FAQ"
date: "2021-09-01T13:03:54+02:00"
draft: false
---
About the no-JS.club[https://no-JS.club] project
{{< detail-tag "How to join the no-JS club?" >}}
## Instructions
If you're interested in getting your site added to the no-JS club, all you need to do is to follow this step-by-step guide:
1. 🤞 Use [GTMetrix](https://gtmetrix.com) to analyse your website 🤞
2. Once complete, click on **"Waterfall"** and note 📝 the uncompressed size of transfered data
![Accepted domain - All tab GTmetrix analyse result](/assets/no-js/accepted_gtmetrix_waterfall_all.webp)
3. Next click on the **"JS"** tab to make sure your homepage doesn't contain JS code
### 🙌 No JavaScript Detected 🙌
![Accepted domain - JS tab GTmetrix analyse result](/assets/no-js/accepted_gtmetrix_waterfall_js.webp)
### 😞 JavaScript Detected! 😞
![Denied domain - JS tab GTmetrix analyse result](/assets/no-js/denied_gtmetrix_waterfall_js.webp)
4. If your website satisfies the requirement, [submit a ticket 🎫 on sourcehut](https://todo.sr.ht/~hmbrg/no-JS)
### Example Of A Filled Ticket
![sourcehut membership request ticket](/assets/no-js/membership-request-ticket.webp)
5. Once your request is approved, the domain will be added to the member list below
Note: I reserve the right to not add sites based on whether I think they're suitable to be added or not
[Example ticket showcasing an accepted request 🙌](https://todo.sr.ht/~hmbrg/no-JS/1#event-1)
[Example ticket showcasing a denied request 😢](https://todo.sr.ht/~hmbrg/no-JS/2)
{{< /detail-tag >}}
{{< detail-tag "Wasn't the project as well as the website called noJS.club before?" >}}
Yes, you are right! But sadly because of reasons [Karan Goel](https://goel.io/nojs-club), the founder of the [noJS.club](https://noJS.club) project, archived the corresponding [GitHub repository](https://github.com/karan/nojs.club) which means that noone is able to request for membership.
So the [no-JS.club](https://no-JS.club) is the successor to Karan's project and anyone interested in becoming a member can open a [ticket](https://todo.sr.ht/~hmbrg/no-JS) and apply for membership.
{{< /detail-tag >}}
{{< detail-tag "When will I become a member?" >}}
Once your request is confirmed, the website mentioned via support ticket will become a proud member of the [no-JS.club](https://no-JS.club) and will be listed on the front page of the project website.
{{< /detail-tag >}}
{{< detail-tag "Will membership cost me anything?" >}}
Good that you ask - well, hm... NO!
[no-JS.club](https://no-js.club) **membership is absolutely free of charge**.
We don't ask for money and don't expect anything else in return, **except the application for membership via [ticket](https://todo.sr.ht/~hmbrg/no-JS)**.
{{< /detail-tag >}}
{{< detail-tag "I have further questions?!?" >}}
Please direct all further questions to my eMail address: *no-JS {at} hmbrg {dot} org*.{{< /detail-tag >}}

@ -0,0 +1,7 @@
{{ partial "header.html" . }}
<body>
<h1>Your page couldn't be found (Error 404)</h1>
<p>Try going <a href="/">home</a>?</p>
{{ partial "footer.html" . }}
</body>
</html>

@ -0,0 +1 @@
<a href="{{ .Destination | safeURL }}"{{ with .Title}} title="{{ . }}"{{ end }}{{ if strings.HasPrefix .Destination "http" }} rel="noopener"{{ end }}>{{ .Text | safeHTML }}</a>

@ -0,0 +1,26 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<style>body{margin:20px auto;max-width:600px;line-height:1.5em;font-size:1.1em;background-color:#252525;color:#d9d9d9;padding:0 10px;font-family:monospace;hyphens:auto}header{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;font-variant:small-caps}nav{display:inline-block}nav li{display:inline-block no;margin-right:20px}a{color:#bc642d;text-decoration:none}a:hover{color:#b29730}h1,h2,h3{line-height:1.2;color:#658d36;font-size:1.1em}h1:before{content:"# ";content:"# " / ""}h2:before{content:"## ";content:"## " / ""}h3:before{content:"### ";content:"### " / ""}code{background: #4a0000}pre{tab-size:4}</style>
{{ with .OutputFormats.Get "rss" -}}
{{ printf `<link rel="%s" type="%s" href="%s" title="%s" />` .Rel .MediaType.Type .Permalink $.Site.Title | safeHTML }}
{{ end -}}
<title>
{{ block "title" . }}
{{ .Site.Title }}
{{ end }}
</title>
</head>
<body>
{{ partial "header.html" . }}
{{ block "main" . }}
{{ end }}
{{ partial "footer.html" . }}
</body>
</html>

@ -0,0 +1,18 @@
{{ define "main" }}
<main>
<article>
<header>
<h1>{{.Title}}</h1>
</header>
{{.Content}}
</article>
<ul>
{{ range .Pages }}
<li>
{{ .PublishDate.Format "2006-01-02" }} &ndash;
<a href="{{ .Permalink }}" title="{{ .Title }}">{{ .Title }}</a>
</li>
{{ end }}
</ul>
</main>
{{ end }}

@ -0,0 +1,39 @@
{{- $pctx := . -}}
{{- if .IsHome -}}{{ $pctx = .Site }}{{- end -}}
{{- $pages := slice -}}
{{- if or $.IsHome $.IsSection -}}
{{- $pages = $pctx.RegularPages -}}
{{- else -}}
{{- $pages = $pctx.Pages -}}
{{- end -}}
{{- $limit := .Site.Config.Services.RSS.Limit -}}
{{- if ge $limit 1 -}}
{{- $pages = $pages | first $limit -}}
{{- end -}}
{{- printf "<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"yes\"?>" | safeHTML }}
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ if eq .Title .Site.Title }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{.}} on {{ end }}{{ .Site.Title }}{{ end }}</title>
<link>{{ .Permalink }}</link>
<description>Recent content {{ if ne .Title .Site.Title }}{{ with .Title }}in {{.}} {{ end }}{{ end }}on {{ .Site.Title }}</description>
<generator>Hugo -- gohugo.io</generator>{{ with .Site.LanguageCode }}
<language>{{.}}</language>{{end}}{{ with .Site.Author.email }}
<managingEditor>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</managingEditor>{{end}}{{ with .Site.Author.email }}
<webMaster>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</webMaster>{{end}}{{ with .Site.Copyright }}
<copyright>{{.}}</copyright>{{end}}{{ if not .Date.IsZero }}
<lastBuildDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</lastBuildDate>{{ end }}
{{- with .OutputFormats.Get "RSS" -}}
{{ printf "<atom:link href=%q rel=\"self\" type=%q />" .Permalink .MediaType | safeHTML }}
{{- end -}}
{{ range where (where .Site.Pages ".Section" "posts") "Kind" "page" }}
<item>
<title>{{ .Title }}</title>
<link>{{ .Permalink }}</link>
<pubDate>{{ .Date.Format "Mon, 02 Jan 2006 15:04:05 -0700" | safeHTML }}</pubDate>
{{ with .Site.Author.email }}<author>{{.}}{{ with $.Site.Author.name }} ({{.}}){{end}}</author>{{end}}
<guid>{{ .Permalink }}</guid>
<description>{{ .Content | html }}</description>
</item>
{{ end }}
</channel>
</rss>

@ -0,0 +1,6 @@
{{ define "main" }}
<h1>{{ .Title }}</h1>
{{ .Content }}<br>
{{ partial "tags.html" .}}<br>
<i>This page was last updated on: {{ .Lastmod.Format "2. January 2006" }}</i><br><br>
{{ end }}

@ -0,0 +1,16 @@
{{ define "main" }}
{{ .Content }}
<h2>Latest logs</h2>
<ul>
{{ with .Site.GetPage "/posts" }}
{{ range first 3 (sort .Data.Pages "Date" "desc" (where .Pages ".Params.private" "!=" true))}}
<li>
{{ .PublishDate.Format "2006-01-02" }} &ndash;
<a href="{{ .Permalink }}" >{{ .Title }}</a><br>
</li>
{{ end }}
</ul>
{{ end }}
{{ end }}

@ -0,0 +1,10 @@
{{ block "footer" . }}
<div class="footer">
<pre>
Copyright:&#09;© 2021 - {{ if .Site.Params.since }}{{ .Site.Params.since }} - {{ .Site.LastChange.Format "2006" }}{{ else }}{{ .Site.LastChange.Format "2006" }} Frank Homburg
{{ end }}
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</pre>
</div>
{{ end }}

@ -0,0 +1,12 @@
{{ block "header" . }}
<header>
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
<nav class="sidebar-nav">
{{ $currentPage := . }}
{{ range .Site.Menus.main }}
<a href="{{ .URL }}" title="{{ .Title }}">{{ .Name }}</a>
{{ end }}
</nav>
</header>
{{ end }}

@ -0,0 +1 @@
<a class="post-tag post-tag-{{ . | urlize }}" href="/tags/{{ . | urlize }}">{{ . }}</a>

@ -0,0 +1,6 @@
{{- with .Params.tags -}}
<div class="tags-list">
Tags:
{{ delimit (apply (apply (sort . ) "partial" "link" ".") "chomp" ".") ", " }}
</div>
{{- end -}}

@ -0,0 +1,17 @@
User-agent: Googlebot
Disallow: /
User-agent: Googlebot-Image
Disallow /
User-agent: Googlebot-News
Disallow /
User-agent: Googlebot-Video
Disallow /
User-agent: Mediapartners-Google
Disallow /
User-agent: Google
Disallow: /

@ -0,0 +1,39 @@
<style>
#no-js {
border-collapse: collapse;
width: 100%;
}
#no-js td, #no-js th {
border: 1px solid #ddd;
padding: 8px;
}
#no-js tr:nth-child(even){background-color: #616161;}
#no-js th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #658D36;
color: white;
}
</style>
<table id="no-js">
<thead>
<tr>
<th>URL</th>
<th>Size in KB</th>
</tr>
</thead>
<tbody>
{{ $url := "static/assets/no-js/data/out.csv" }}
{{ $sep := "," }}
{{ range $i, $r := getCSV $sep $url }}
<tr>
<td>{{ index $r 0 }}</td>
<td>{{ index $r 1 }}</td>
</tr>
{{ end }}
</tbody>
</table>

@ -0,0 +1,4 @@
<details>
<summary>{{ (.Get 0) | markdownify }}</summary>
{{ .Inner | markdownify }}
</details>

@ -0,0 +1,2 @@
<!-- raw html -->
{{.Inner}}

@ -0,0 +1,4 @@
<div class="toc">
<strong>Table Of Contents:</strong><br>
{{ .Page.TableOfContents | replaceRE "<ul>[[:space:]]*<li>[[:space:]]*<ul>" "<ul>" | replaceRE "</ul>[[:space:]]*</li>[[:space:]]*</ul>" "</ul>" | safeHTML }}
</div>

@ -0,0 +1,15 @@
{{ define "main" }}
<main>
<header>
<h1>Tags, sorted by age of content</h1>
</header>
{{ $taxo := "tags" }}
<ul class="{{ $taxo }}">
{{ with ($.Site.GetPage (printf "/%s" $taxo)) }}
{{ range .Pages }}
<li><a href="{{ .Permalink }}">{{ .Title}}</a></li>
{{ end }}
{{ end }}
</ul>
</main>
{{ end }}

@ -0,0 +1,31 @@
<header>
<a href="https://no-js.club/">no-JS.club</a>
<nav class="sidebar-nav">
<a href="/faq/" title="">faq</a>
<a href="https://todo.sr.ht/~hmbrg/no-JS" title="">ticket</a>
</nav>
</header>
<body>
<h1>Your page couldn't be found (Error 404)</h1>
<p>Try going <a href="/">home</a>?</p>
<div class="footer">
<pre>
Copyright:&#09;© 2021 - 0001 Frank Homburg
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</pre>
</div>
</body>
</html>

@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<style>body{margin:20px auto;max-width:600px;line-height:1.5em;font-size:1.1em;background-color:#252525;color:#d9d9d9;padding:0 10px;font-family:monospace;hyphens:auto}header{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;font-variant:small-caps}nav{display:inline-block}nav li{display:inline-block no;margin-right:20px}a{color:#bc642d;text-decoration:none}a:hover{color:#b29730}h1,h2,h3{line-height:1.2;color:#658d36;font-size:1.1em}h1:before{content:"# ";content:"# " / ""}h2:before{content:"## ";content:"## " / ""}h3:before{content:"### ";content:"### " / ""}code{background: #4a0000}pre{tab-size:4}</style>
<title>
no-JS.club
</title>
</head>
<body>
<header>
<a href="https://no-js.club/">no-JS.club</a>
<nav class="sidebar-nav">
<a href="/faq/" title="">faq</a>
<a href="https://todo.sr.ht/~hmbrg/no-JS" title="">ticket</a>
</nav>
</header>
<main>
<article>
<header>
<h1>Categories</h1>
</header>
</article>
<ul>
</ul>
</main>
<div class="footer">
<pre>
Copyright:&#09;© 2021 - 0001 Frank Homburg
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</pre>
</div>
</body>
</html>

@ -0,0 +1,84 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<style>body{margin:20px auto;max-width:600px;line-height:1.5em;font-size:1.1em;background-color:#252525;color:#d9d9d9;padding:0 10px;font-family:monospace;hyphens:auto}header{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;font-variant:small-caps}nav{display:inline-block}nav li{display:inline-block no;margin-right:20px}a{color:#bc642d;text-decoration:none}a:hover{color:#b29730}h1,h2,h3{line-height:1.2;color:#658d36;font-size:1.1em}h1:before{content:"# ";content:"# " / ""}h2:before{content:"## ";content:"## " / ""}h3:before{content:"### ";content:"### " / ""}code{background: #4a0000}pre{tab-size:4}</style>
<title>
no-JS.club
</title>
</head>
<body>
<header>
<a href="https://no-js.club/">no-JS.club</a>
<nav class="sidebar-nav">
<a href="/faq/" title="">faq</a>
<a href="https://todo.sr.ht/~hmbrg/no-JS" title="">ticket</a>
</nav>
</header>
<h1>FAQ</h1>
<p>About the no-JS.club[https://no-JS.club] project</p>
<details>
<summary>Wasn&rsquo;t the project and the website called noJS.club before?</summary>
<p>Yes, you are right! But sadly because of reasons <a href="https://goel.io/nojs-club" rel="noopener">Karan Goel</a>
, the founder of the <a href="https://noJS.club" rel="noopener">noJS.club</a>
project, archived the corresponding <a href="https://github.com/karan/nojs.club" rel="noopener">GitHub repository</a>
which means that noone is able to request for membership.</p>
<p>So the <a href="https://no-JS.club" rel="noopener">no-JS.club</a>
is the successor to Karan&rsquo;s project and anyone interested in becoming a member can open a <a href="https://todo.sr.ht/~hmbrg/no-JS" rel="noopener">ticket</a>
and apply for membership.</p>
</details>
<details>
<summary>When will I become a member?</summary>
Once your request is confirmed, the website mentioned via support ticket will become a proud member of the <a href="https://no-JS.club" rel="noopener">no-JS.club</a>
and will be listed on the front page of the project website.
</details>
<details>
<summary>Will membership cost me anything?</summary>
<p>Good that you ask - well, hm&hellip; NO!</p>
<p><a href="https://no-js.club" rel="noopener">no-JS.club</a>
<strong>membership is absolutely free of charge</strong>.
We don&rsquo;t ask for money and don&rsquo;t expect anything else in return, <strong>except the application for membership via <a href="https://todo.sr.ht/~hmbrg/no-JS" rel="noopener">ticket</a>
</strong>.</p>
</details>
<details>
<summary>I have further questions?!?</summary>
Please direct all further questions to my eMail address: <em>no-JS {at} hmbrg {dot} org</em>.
</details>
<br>
<br>
<i>This page was last updated on: 1. September 2021</i><br><br>
<div class="footer">
<pre>
Copyright:&#09;© 2021 - 0001 Frank Homburg
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</pre>
</div>
</body>
</html>

@ -0,0 +1,52 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<style>body{margin:20px auto;max-width:600px;line-height:1.5em;font-size:1.1em;background-color:#252525;color:#d9d9d9;padding:0 10px;font-family:monospace;hyphens:auto}header{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;font-variant:small-caps}nav{display:inline-block}nav li{display:inline-block no;margin-right:20px}a{color:#bc642d;text-decoration:none}a:hover{color:#b29730}h1,h2,h3{line-height:1.2;color:#658d36;font-size:1.1em}h1:before{content:"# ";content:"# " / ""}h2:before{content:"## ";content:"## " / ""}h3:before{content:"### ";content:"### " / ""}code{background: #4a0000}pre{tab-size:4}</style>
<title>
no-JS.club
</title>
</head>
<body>
<header>
<a href="https://no-js.club/">no-JS.club</a>
<nav class="sidebar-nav">
<a href="/faq/" title="">faq</a>
<a href="https://todo.sr.ht/~hmbrg/no-JS" title="">ticket</a>
</nav>
</header>
<h2>Latest logs</h2>
<ul>
<div class="footer">
<pre>
Copyright:&#09;© 2021 - 0001 Frank Homburg
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</pre>
</div>
</body>
</html>

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>no-JS.club</title>
<link>https://no-js.club/</link>
<description>Recent content on no-JS.club</description>
<generator>Hugo -- gohugo.io</generator>
<language>en</language><atom:link href="https://no-js.club/rss.xml" rel="self" type="application/rss+xml" />
</channel>
</rss>

@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://no-js.club/faq/</loc>
<lastmod>2021-09-01T13:03:54+02:00</lastmod>
</url><url>
<loc>https://no-js.club/categories/</loc>
</url><url>
<loc>https://no-js.club/</loc>
</url><url>
<loc>https://no-js.club/tags/</loc>
</url>
</urlset>

@ -0,0 +1,57 @@
<!DOCTYPE html>
<html lang="en">
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<style>body{margin:20px auto;max-width:600px;line-height:1.5em;font-size:1.1em;background-color:#252525;color:#d9d9d9;padding:0 10px;font-family:monospace;hyphens:auto}header{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;font-variant:small-caps}nav{display:inline-block}nav li{display:inline-block no;margin-right:20px}a{color:#bc642d;text-decoration:none}a:hover{color:#b29730}h1,h2,h3{line-height:1.2;color:#658d36;font-size:1.1em}h1:before{content:"# ";content:"# " / ""}h2:before{content:"## ";content:"## " / ""}h3:before{content:"### ";content:"### " / ""}code{background: #4a0000}pre{tab-size:4}</style>
<title>
no-JS.club
</title>
</head>
<body>
<header>
<a href="https://no-js.club/">no-JS.club</a>
<nav class="sidebar-nav">
<a href="/faq/" title="">faq</a>
<a href="https://todo.sr.ht/~hmbrg/no-JS" title="">ticket</a>
</nav>
</header>
<main>
<header>
<h1>Tags, sorted by age of content</h1>
</header>
<ul class="tags">
</ul>
</main>
<div class="footer">
<pre>
Copyright:&#09;© 2021 - 0001 Frank Homburg
License:&#09;<a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/deed.en" rel="noopener">CC BY-SA 4.0</a>
Git:&#09;&#09;<a href="https://git.sr.ht/~hmbrg/no-js.club" rel="noopener">SourceHut</a>
</pre>
</div>
</body>
</html>

@ -0,0 +1,64 @@
-----BEGIN PGP PUBLIC KEY BLOCK-----
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
=qEHX
-----END PGP PUBLIC KEY BLOCK-----

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

@ -0,0 +1,60 @@
https://hmbrg.org,2.43
https://arshbot.dev,10.2
https://uscon.mobi,3.88
https://minwiz.com,4.15
https://salejandro.me,1.71
https://coltonhurst.com,2.35
https://kunalmarwaha.com,3.26
https://funnylookinhat.com,7.13
https://sjmulder.nl,2.52
https://jrballesteros05.codeberg.page,2.76
https://dotfilehub.com,7.82
https://golangleipzig.space,275.0
https://mat.tl,41.0
https://erichamiter.com,12.4
https://seirdy.one,17.6
https://pzel.name,15.1
https://igaryhe.io,8.96
https://palerdot.in,23.2
https://datagubbe.se,14.8
https://fdisk.space,11.5
https://unixsheikh.com,50.7
https://john-doe.neocities.org,24.0
https://pawelgrzybek.com,29.2
https://decentnet.github.io,31.2
https://iotcl.com,12.3
https://projects.deltabeard.com,26.5
https://baltuta.eu,80.1
https://yorickpeterse.com,24.2
https://wirelessfootball.co.uk,64.4
https://richj.co,48.0
https://darioniedermann.it,26.7
https://zakaria.org,299.0
https://sr.ht,29.9
https://starbreaker.org,33.5
https://ethanyoo.com,37
https://mos6581.com,38.0
https://lucianmarin.com,41.8
https://elettromiografia.net,42.9
https://fanael.github.io,53.6
https://tasos.ca,55.8
https://blog.sergiomartino.com,58.0
https://lighthouse16.com,66.0
https://ericra.com,69.8
https://jmp.chat,77.8
https://lib.rs,82.7
https://head-on-a-stick.github.io,101
https://derreineke.com,136
https://jmtd.net,178
https://nixnet.services,197
https://postmarketos.org,201
https://newbatterytester.com,340
https://gnu.org,483
https://ulpaulpa.de,509
https://lakic.one/en,532.9
https://freeshortbedtimestories.com,847
https://gigahost.uk,926
https://phate6660.codeberg.page,1010
https://hansenzhang.com,1770
https://ratwires.space,2810
https://roadtolarissa.com,3540
1 https://hmbrg.org 2.43
2 https://arshbot.dev 10.2
3 https://uscon.mobi 3.88
4 https://minwiz.com 4.15
5 https://salejandro.me 1.71
6 https://coltonhurst.com 2.35
7 https://kunalmarwaha.com 3.26
8 https://funnylookinhat.com 7.13
9 https://sjmulder.nl 2.52
10 https://jrballesteros05.codeberg.page 2.76
11 https://dotfilehub.com 7.82
12 https://golangleipzig.space 275.0
13 https://mat.tl 41.0
14 https://erichamiter.com 12.4
15 https://seirdy.one 17.6
16 https://pzel.name 15.1
17 https://igaryhe.io 8.96
18 https://palerdot.in 23.2
19 https://datagubbe.se 14.8
20 https://fdisk.space 11.5
21 https://unixsheikh.com 50.7
22 https://john-doe.neocities.org 24.0
23 https://pawelgrzybek.com 29.2
24 https://decentnet.github.io 31.2
25 https://iotcl.com 12.3
26 https://projects.deltabeard.com 26.5
27 https://baltuta.eu 80.1
28 https://yorickpeterse.com 24.2
29 https://wirelessfootball.co.uk 64.4
30 https://richj.co 48.0
31 https://darioniedermann.it 26.7
32 https://zakaria.org 299.0
33 https://sr.ht 29.9
34 https://starbreaker.org 33.5
35 https://ethanyoo.com 37
36 https://mos6581.com 38.0
37 https://lucianmarin.com 41.8
38 https://elettromiografia.net 42.9
39 https://fanael.github.io 53.6
40 https://tasos.ca 55.8
41 https://blog.sergiomartino.com 58.0
42 https://lighthouse16.com 66.0
43 https://ericra.com 69.8
44 https://jmp.chat 77.8
45 https://lib.rs 82.7
46 https://head-on-a-stick.github.io 101
47 https://derreineke.com 136
48 https://jmtd.net 178
49 https://nixnet.services 197
50 https://postmarketos.org 201
51 https://newbatterytester.com 340
52 https://gnu.org 483
53 https://ulpaulpa.de 509
54 https://lakic.one/en 532.9
55 https://freeshortbedtimestories.com 847
56 https://gigahost.uk 926
57 https://phate6660.codeberg.page 1010
58 https://hansenzhang.com 1770
59 https://ratwires.space 2810
60 https://roadtolarissa.com 3540

@ -0,0 +1,76 @@
domain,size
goel.io,8.97
sr.ht,29.9
lakic.one/en,532.9
cyberia.host,1.25
sjmulder.nl,2.52
jrballesteros05.codeberg.page,2.58
nishchith.com,22.1
newbatterytester.com,340
postmarketos.org,201
pzel.name,4.88
derreineke.com,136
coltonhurst.com,2.02
hacktivis.me,9.8
lib.rs,82.7
head-on-a-stick.github.io,101
objective.st,10.0
golangleipzig.space,3.13
phate6660.codeberg.page,1010
unixsheikh.com,7.25
btbytes.com,12.2
datagubbe.se,6.46
cetacean.club,2.65
dotfilehub.com,2.79
jmtd.net,178
humaidq.ae,9.37
lucianmarin.com,41.8
yorickpeterse.com,18.6
mos6581.com,38.0
jmp.chat,77.8
kunalmarwaha.com,2.32
arshbot.dev,0.829
richj.co,25.4
wirelessfootball.co.uk,23.4
mat.tl,3.13
thomasryan.xyz,6.15
roadtolarissa.com,3540
hansenzhang.com,1770
nojs.club,3.58
igaryhe.io,5.33
ratwires.space,2810
seirdy.one,3.75
gigahost.uk,926
freeshortbedtimestories.com,847
ericra.com,69.8
darioniedermann.it,28.3
funnylookinhat.com,2.46
ulpaulpa.de,509
erichamiter.com,3.29
iotcl.com,12.5
zakaria.org,28.8
palerdot.in,5.34
uscon.mobi,1.06
gnu.org,483
nixnet.services,197
elettromiografia.net,42.9
mapperr.sdf.ee,3.37
ethanyoo.com,37
seanbehan.dev,1.58
john-doe.neocities.org,7.26
tasos.ca,55.8
salejandro.me,1.86
aashua.gitlab.io/aashutosh,4.44
blog.sergiomartino.com,58.0
minwiz.com,1.64
sandboxgeneral.xyz,2.80
fdisk.space,7.00
sircipherz.com,1.58
fanael.github.io,53.6
hggz.github.com,14.9
lighthouse16.com,66.0
pawelgrzybek.com,8.58
starbreaker.org,33.5
projects.deltabeard.com,12.6
decentnet.github.io,10.9
baltuta.eu,17.7
1 domain size
2 goel.io 8.97
3 sr.ht 29.9
4 lakic.one/en 532.9
5 cyberia.host 1.25
6 sjmulder.nl 2.52
7 jrballesteros05.codeberg.page 2.58
8 nishchith.com 22.1
9 newbatterytester.com 340
10 postmarketos.org 201
11 pzel.name 4.88
12 derreineke.com 136
13 coltonhurst.com 2.02
14 hacktivis.me 9.8
15 lib.rs 82.7
16 head-on-a-stick.github.io 101
17 objective.st 10.0
18 golangleipzig.space 3.13
19 phate6660.codeberg.page 1010
20 unixsheikh.com 7.25
21 btbytes.com 12.2
22 datagubbe.se 6.46
23 cetacean.club 2.65
24 dotfilehub.com 2.79
25 jmtd.net 178
26 humaidq.ae 9.37
27 lucianmarin.com 41.8
28 yorickpeterse.com 18.6
29 mos6581.com 38.0
30 jmp.chat 77.8
31 kunalmarwaha.com 2.32
32 arshbot.dev 0.829
33 richj.co 25.4
34 wirelessfootball.co.uk 23.4
35 mat.tl 3.13
36 thomasryan.xyz 6.15
37 roadtolarissa.com 3540
38 hansenzhang.com 1770
39 nojs.club 3.58
40 igaryhe.io 5.33
41 ratwires.space 2810
42 seirdy.one 3.75
43 gigahost.uk 926
44 freeshortbedtimestories.com 847
45 ericra.com 69.8
46 darioniedermann.it 28.3
47 funnylookinhat.com 2.46
48 ulpaulpa.de 509
49 erichamiter.com 3.29
50 iotcl.com 12.5
51 zakaria.org 28.8
52 palerdot.in 5.34
53 uscon.mobi 1.06
54 gnu.org 483
55 nixnet.services 197
56 elettromiografia.net 42.9
57 mapperr.sdf.ee 3.37
58 ethanyoo.com 37
59 seanbehan.dev 1.58
60 john-doe.neocities.org 7.26
61 tasos.ca 55.8
62 salejandro.me 1.86
63 aashua.gitlab.io/aashutosh 4.44
64 blog.sergiomartino.com 58.0
65 minwiz.com 1.64
66 sandboxgeneral.xyz 2.80
67 fdisk.space 7.00
68 sircipherz.com 1.58
69 fanael.github.io 53.6
70 hggz.github.com 14.9
71 lighthouse16.com 66.0
72 pawelgrzybek.com 8.58
73 starbreaker.org 33.5
74 projects.deltabeard.com 12.6
75 decentnet.github.io 10.9
76 baltuta.eu 17.7

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Loading…
Cancel
Save