Skip to content

Instantly share code, notes, and snippets.

View eric15342335's full-sized avatar
🔭
Broadening my horizons

Cheng Ho Ming, Eric eric15342335

🔭
Broadening my horizons
View GitHub Profile
@eric15342335
eric15342335 / ai-studio-easy-use.js
Last active May 22, 2025 10:34
ai-studio-easy-use.js
// ==UserScript==
// @name Google AI Studio easy use
// @namespace http://tampermonkey.net/
// @version 1.1.4-fork
// @description Automatically set Google AI Studio system prompt; Increase chat content font size; Toggle Grounding with Ctrl/Cmd + i. Dark theme support for script UI. 自动设置 Google AI Studio 的系统提示词;增大聊天内容字号;快捷键 Ctrl/Cmd + i 开关Grounding;脚本UI支持深色主题。
// @author Victor Cheng (Modified by User)
// @match https://aistudio.google.com/*
// @match https://ai.dev/*
// @grant none
// @license MIT
@eric15342335
eric15342335 / ga-ff-cookie-error-fix.md
Created October 22, 2024 15:34
Google Analytics firefox browser console cookie error fix

Smallest MSVC executable via compiler flags

Description

Goals:

  • Compile the following program hello.c:
#include <stdio.h>