The no-JS club

no-JS Club FAQ

The following information should help you answer any unanswered questions about joining the no-JS club.

If you need further details, do not hesitate to create a ticket. We will respond to your request A.S.A.P.

Important to know

What we expect from a member website
I have updated my website and its size has changed. Do I need to do anything? Simply create a new ticket and attach an updated GTmetrix scan to let us know

Great to know

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 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

  1. Next click on the “JS” tab to make sure your homepage doesn’t contain JS code

  2. 🙌 Example Result Where No JavaScript Detected 🙌

Accepted domain - JS tab GTmetrix analyse result

  1. 😞 Example Result Where JavaScript Was Detected! 😞

Denied domain - JS tab GTmetrix analyse result

  1. If your website satisfies the requirement, submit a ticket 🎫 on sourcehut

Example Of A Filled Ticket

sourcehut membership request ticket

  1. 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 🙌

Example ticket showcasing a denied request 😢

Are there badges to showcase my membership?

Available badges

Yes, if your website is qualified and included in our list, you are entitled to use one of the following badges:

Bright badge which fits darker website layouts:

This website is a proud member of the no-JS.club

Dark badge which fits brighter website layouts:

This website is a proud member of the no-JS.club

How to integrate badges

HTML code snippet for bright badge:

<a href="https://no-js.club/"><img alt="no-JS club" src="https://no-js.club/images/no-JS.club_badge_bright.svg">

HTML code snippet for dark badge:

<a href="https://no-js.club/"><img alt="no-JS club" src="https://no-js.club/images/no-JS.club_badge_dark.svg">

Markdown code snippets for bright badge:

[![This website is a proud member of the no-JS.club](https://no-js.club/images/no-JS.club_badge_bright.svg)](https://no-js.club)

Markdown code snippets for dark badge:

[![This website is a proud member of the no-JS.club](https://no-js.club/images/no-JS.club_badge_dark.svg)](https://no-js.club)

How to change badge size

Below you see some HTML and Markdown solutions for changing the size of the badge.

HTML solution

To proportionally change the badge size you either add the width or height parameter to the HTML snippet. The browser will automatically calculate the size of the other edge.

Example using the “height” parameter:

<a href="https://no-js.club"><img src="https://no-js.club/images/no-JS.club_badge_bright.svg" height="120px" /></a>

Example using the “width” parameter:

<a href="https://no-js.club"><img src="https://no-js.club/images/no-JS.club_badge_dark.svg" width="200px" /></a>

Markdown solution

Download the badge of your choice and open it with a text editor.

Line two contain the dimensions, which can be adjusted to your liking.

<svg width="152.43" height="30.054"

Upload the updated badge file to you web space and change the Markdown integration snippet respectively.

Will membership cost me anything?

The cost of membership

Good you asked! While you were reading through the FAQ, I was thinking about how to gently teach you that membership won’t bankrupt you but, aside from the hassle of submitting an application by ticket and waiting for it to be approved, absolutely doesn’t cost a dime!.

Danger zone

Member list update interval

In addition to the updates triggered by the membership application, member web pages will be reviewed at irregular intervals to keep data up-to-date.

The following information will be checked:

Inadmissible contents
Rights we reserve


The no-JS Club was created by Frank Homburg and is the successor to Karan Goel's now archived project, The noJS Club.

Maintained with 💜 for a JavaScript freer Internet.