Skip to content

Instantly share code, notes, and snippets.

@MagicLegend
MagicLegend / MicroNotes
Last active March 8, 2022 00:54
Fixed oopsie of using an OR instead of an AND
// ==UserScript==
// @name MicroNotes
// @namespace
// @version 1.2
// @description Adds a small text box for notes and automates the resizing and cleaning up of the working space
// @author MagicLegend
// @match https://microcorruption.com/cpu/debugger
// @grant none
// ==/UserScript==
@MagicLegend
MagicLegend / fs-whatsapp.js
Created March 26, 2017 19:12 — forked from WouterG/fs-whatsapp.js
Fullscreen whatsapp in web based chat
// ==UserScript==
// @name Fullscreen Whatsapp & Themes
// @namespace http://your.homepage/
// @version 2.0
// @description Dark theme, and bg/theme selector.
// @author Wouter Gerarts
// @match https://web.whatsapp.com/
// @grant none
// ==/UserScript==