Skip to content

Instantly share code, notes, and snippets.

@mosaicer
mosaicer / serve_cakes.js
Created February 5, 2016 01:38
Serve cakes and let's party
// ==UserScript==
// @name Serve Cakes
// @namespace https://github.com/mosaicer
// @author mosaicer
// @description Serve cakes and let's party
// @match http://*.reddit.com/*
// @match https://*.reddit.com/*
// @version 1.0
// @run-at document-idle
// @grant GM_addStyle
@mosaicer
mosaicer / script.js
Created January 7, 2016 12:54
Hide Recommended Posts on Tumblr
// ==UserScript==
// @name Hide Recommended Posts on Tumblr
// @namespace https://github.com/mosaicer
// @author mosaicer
// @description Hide recommended posts on dashboard of Tumblr
// @include https://www.tumblr.com/dashboard
// @version 1.0
// @run-at document-start
// @grant GM_addStyle
// ==/UserScript==
@mosaicer
mosaicer / dont_disable_right_click.js
Last active December 19, 2015 05:46
右クリック禁止を禁止
// ==UserScript==
// @name Don't disable right click!
// @namespace https://github.com/mosaicer
// @author mosaicer
// @description Disables the ugly feature that disables right click
// @version 1.0
// @run-at document-end
// @grant GM_addStyle
// ==/UserScript==
(function () {
@mosaicer
mosaicer / my_post_downvoter.js
Last active December 14, 2015 14:14
自分が投稿したコメントを即DV
// ==UserScript==
// @name My Post Downvoter
// @namespace https://github.com/mosaicer
// @version 1.0
// @description 自分が投稿したコメントを即DV
// @author mosaicer
// @match http://*.reddit.com/*
// @match https://*.reddit.com/*
// @grant none
// ==/UserScript==