Skip to content

Instantly share code, notes, and snippets.

View tomoyukim's full-sized avatar

tomoyukim tomoyukim

View GitHub Profile
@tomoyukim
tomoyukim / chatgpt-ai-decorator.user.js
Created September 3, 2023 14:34
Decorate the AI icon and the background of chat frame in ChatGPT app
// ==UserScript==
// @name chatgpt-ai-decorator
// @namespace https://tomoyukim.net/
// @version 0.1
// @description Decorate the AI icon and the background of chat frame in ChatGPT app
// @author tomoyukim
// @match https://chat.openai.com/*
// @grant none
// ==/UserScript==
@tomoyukim
tomoyukim / 0_reuse_code.js
Created June 20, 2017 12:29
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console