Skip to content

Instantly share code, notes, and snippets.

@10crimes
10crimes / soundcloud-dl-btn.user.js
Created November 13, 2017 06:22 — forked from Cauterite/soundcloud-dl-btn.user.js
SoundCloud: Download Button
// ==UserScript==
// @name SoundCloud: Download Button
// @namespace e7fc358c1e5cc159ce3f327246807caa
// @include https://soundcloud.com/*
// @version 1.1
// @grant none
// @run-at document-idle
// ==/UserScript==
(function() {
@10crimes
10crimes / autopagerize.user.js
Created November 13, 2017 08:15 — forked from t-f-m/autopagerize.user.js
AutoPagerize for greasemonkey siteinfoを山ほど書きたしたローカルのバックアップ
// ==UserScript==
// @name AutoPagerize
// @namespace http://swdyh.yu.to/
// @description loading next page and inserting into current page.
// @include http://*
// @include https://*
// @exclude https://mail.google.com/*
// @exclude http://b.hatena.ne.jp/*
// @exclude http://www.facebook.com/plugins/like.php*
// @exclude http://api.tweetmeme.com/button.js*
@10crimes
10crimes / 页内标签.user.js
Created September 4, 2022 21:27
Adds a favicon for the website next to every external link on the page. Clearly shows when you will be leaving the current site, and where you will be going! (Unfortunately making links longer than expected can result in unwanted overflow on various websites. For example, Google header bar!)
// ==UserScript==
// @name 页内书签
// @namespace www.jjwt.com/
// @description 记录页面的当前位置,可以轻松从其他位置返回
// @include *
// @version 2.1
// @grant none
// ==/UserScript==
function jjwtAddBookMark() {
if (arguments.length == 2) {