This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Solar Serpentine</title> | |
<style> | |
body { margin: 0; overflow: hidden; background-color: #000; } | |
canvas { display: block; cursor: default; } | |
#stats { |
This file contains 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 Python Packaging Docs - View Source Code | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-03-11 | |
// @description Read source code of docs | |
// @author You | |
// @match https://packaging.python.org/en/latest/guides/writing-pyproject-toml/ | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=python.org | |
// @grant none | |
// ==/UserScript== |
This file contains 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 Cloudflare Docs - View Source Doc | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-03-11 | |
// @description try to take over the world! | |
// @author tizee | |
// @match https://developers.cloudflare.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=cloudflare.com | |
// @grant none | |
// ==/UserScript== |
This file contains 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
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>FlowDown Enterprise Configuration Generator</title> | |
<style> | |
body { | |
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; | |
line-height: 1.6; |

This file contains 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 Twitter Block Porn with unblock btn | |
// @homepage https://github.com/daymade/Twitter-Block-Porn | |
// @icon https://raw.githubusercontent.com/daymade/Twitter-Block-Porn/master/imgs/icon.svg | |
// @version 1.6.0 | |
// @description One-click block all the yellow scammers in the comment area. | |
// @description:zh-CN 共享黑名单, 一键拉黑所有黄推诈骗犯 | |
// @description:zh-TW 一鍵封鎖評論區的黃色詐騙犯 | |
// @description:ja コメントエリアのイエロースキャマーを一括ブロック | |
// @description:ko 댓글 영역의 노란색 사기꾼을 한 번에 차단 |
This file contains 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
cd aseprite | |
mkdir build | |
cd build | |
cmake \ | |
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ | |
-DCMAKE_OSX_ARCHITECTURES=arm64 \ | |
-DCMAKE_OSX_DEPLOYMENT_TARGET=13.5 \ | |
-DCMAKE_OSX_SYSROOT=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk \ | |
-DLAF_BACKEND=skia \ | |
-DSKIA_DIR=$HOME/deps/skia \ |
This file contains 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 mac-ROC-flag | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Replace ROC flag unicode to images in Apple devices | |
// @author tizee | |
// @homepage https://github.com/twitter/twemoji/tree/master | |
// @icon https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/72x72/1f1f9-1f1fc.png | |
// @grant GM_addStyle | |
// @match *://*/* |
This file contains 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 Replace Twitter logo | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Assume I am Elon Musck, the boss of Twitter. | |
// @author tizee | |
// @match https://twitter.com/* | |
// @match https://x.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com | |
// @grant none |
This file contains 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 Twitter promoted blocker | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Block twitter promoted tweets at home timeline | |
// @author tizee | |
// @match https://twitter.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com | |
// @grant none | |
// ==/UserScript== |
NewerOlder