Skip to content

Instantly share code, notes, and snippets.

View NoNormalCreeper's full-sized avatar

Rikka NoNormalCreeper

View GitHub Profile
@NoNormalCreeper
NoNormalCreeper / google-ai-studio-enhance.js
Created November 26, 2025 11:22
A Userscript to enhance Google AI Studio by modifying the monospaced font and customizing the browser tab title.
// ==UserScript==
// @name Google AI Studio 增强脚本 (等宽字体 + 标题同步)
// @namespace http://tampermonkey.net/
// @version 1.1
// @description 集合了两个功能:1. 将 code 元素改为 Fira Code;2. 将浏览器标签页标题自动修改为当前对话标题。
// @author Rikka
// @match https://aistudio.google.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=google.com
// @grant GM_addStyle
// ==/UserScript==
@hibiyasleep
hibiyasleep / GodDrinksJava.java
Last active November 16, 2025 17:46
world.execute(me);
package goddrinksjava;
/**
* The program GodDrinksJava implements an application that
* creates an empty simulated world with no meaning or purpose.
*
* @author momocashew
* @lyrics hibiyasleep
*/