This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| * Copyright (c) 2024 Alexander Mordvintsev | |
| * SPDX-License-Identifier: Apache-2.0 | |
| */ | |
| // Scrolls through 8 different 1D CA rules | |
| // paste the code to https://vga-playground.com/ to see it live | |
| // fits into a single tile (full repo: https://github.com/znah/tt09-vga-ca) | |
| `default_nettype none |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name hicetnunc helpers | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description 1) "twtr?" links to search for account id on twitter 2) onwer links point to collections, instead of tzkt.io | |
| // @author https://twitter.com/zzznah | |
| // @match https://www.hicetnunc.xyz/* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js | |
| // @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
| // @grant none |