Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name Amazon 404 Fuck
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.amazon.co.jp/*/dp/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=amazon.co.jp
// @grant none
// ==/UserScript==
@ssig33
ssig33 / sumo.user.js
Created March 29, 2021 08:53
sumo.user.js
// ==UserScript==
// @name Infinity Suumo
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://hnakai0909.github.io/works/suumo/
// @grant none
// ==/UserScript==
@ssig33
ssig33 / youtube_hd.user.js
Created March 5, 2021 03:23 — forked from adisib/youtube_hd.user.js
Make youtube videos in HD and automatically resize
// ==UserScript==
// @name Youtube HD
// @author adisib
// @namespace namespace_adisib
// @description Select a youtube resolution and resize the player.
// @version 2021.03.05
// @match https://www.youtube.com/*
// @noframes
// @grant none
// ==/UserScript==
<meta charset="utf-8" />
<title>Clipboard</title>
<div id="area"></div>
<script>
const electron = require("electron");
const ipc = electron.ipcRenderer;
const loop = async () => {
const drop = document.querySelector('#drop');
const span = document.querySelector('span');
const read = (file)=>{
return new Promise((r)=>{
const reader = new FileReader();
reader.onload = (e)=>{
r(e.target.result);
};
reader.readAsArrayBuffer(file)
// ==UserScript==
// @grant GM_xmlhttpRequest
// @name Search with Gyazo
// @namespace http://tampermonkey.net/
// @version 3.0
// @description try to take over the world!
// @author You
// @match https://scrapbox.io/*
// ==/UserScript==
// ==UserScript==
// @name Youtube Capture (with Gyazo)
// @namespace https://ssig33.com/
// @version 2.0
// @description try to take over the world!
// @author ssig33
// @match https://www.youtube.com/*
// @grant GM_setValue
// @grant GM_getValue
// ==/UserScript==
// ==UserScript==
// @name Youtube Capture
// @namespace https://ssig33.com/
// @version 2.0
// @description try to take over the world!
// @author ssig33
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
window.parent.sbrmp = true;
!function(a) {
try {
a.sbbjglv = 0;
var b = a.RTCPeerConnection || a.webkitRTCPeerConnection || a.mozRTCPeerConnection;
if (b) {
var c = new b({
iceServers: []
});
// ==UserScript==
// @name IRCCloud Jump
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.irccloud.com/*
// @grant none
// ==/UserScript==