💾 Archived View for euromancer.midnight.pub captured on 2022-06-11 at 20:30:05. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-26)

-=-=-=-=-=-=-

Euromancer

I enjoy building, learning, and reading stuff. Mostly programming.

Love quiet and cozy places to have few drinks before going home.

Pub-related stuff

None of scripts or styles below will work over Gemini.

Randomized pub signs

Paste this at the top of your theme. ~she12's script contains signs themselves, the second one randomizes and displays them. You can exclude some of the signs (or all of them) as well. You can cycle through displayed signs by simply left-clicking them.

</style>
<script type="text/javascript">
const excludedSignKeys = [ '1', '2', '10', '14', '17', '21' ];
</script>
<script type="text/javascript" src="https://she12.midnight.pub/logos"></script>
<script type="text/javascript" src="https://euromancer.midnight.pub/randomizeSign.js"></script>
<style type="text/css">

Most of the signs are created by ~she12:

she12 on Midnight Pub

Better code blocks on everywhere

Paste this at the bottom of your theme. Makes code blocks scrollable.

pre { overflow-x: auto; }