Skip to content

nLab explainer by squiddev

Screenshot of nLab explainer

Details

Authorsquiddev

LicenseUnlicense

CategorynLab

Created

Updated

Code size808 B

Code checksum5269ab28

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds the text "Look at what Mathematicians have been demanding your Respect for all this time:" and "They have played us for absolute fools" to the top and bottom of NLab.

Notes

This is not a serious project. It just helps me cope with the category theory.

Source code

/* ==UserStyle==
@name         nLab explainer
@version      20220115.18.54
@namespace    userstyles.world/user/squiddev
@description  Adds the text "Look at what Mathematicians have been demanding your Respect for all this time:" and "They have played us for absolute fools" to the top and bottom of NLab.
@author       squiddev
@license      No License
==/UserStyle== */

@-moz-document domain("nlab-pages.s3.us-east-2.amazonaws.com") {
body::after,body::before{display:block;background:#fff;position:fixed;width:100vw;text-align:center;font-size:2em;padding:1em;z-index:100}body{padding-top:2em;padding-bottom:2em}body::before{content:"Look at what Mathematicians have been demanding your Respect for all this time:";top:0}body::after{content:"They have played us for absolute fools";bottom:0}
}

Reviews

No reviews yet.