Skip to content

Instantly share code, notes, and snippets.

View LorseKudos's full-sized avatar

Lorse LorseKudos

View GitHub Profile
{
"keys": [
{
"alg": "RS256",
"x5c": [
"MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzdB9BkbWlZuK2LeSdhKZ\nscLKBT+tw8VjDI4JkST9NMp4l8hV8D49f2il+q9iqNOvlFI6pCms2wbgJKO2lAeR\nsZx4dTK1R2ZyyRZTM367CdAT6muIZmrPXYe+HKYd2WGiPCvjicaTWejvX89FtmGx\nl3T2zkGz7ozqrqJeVKEeNGZc/zemo/2nDA4EVPdUp1TcgoWvef/rHrf5uTDRCmU1\njKNeK4UNcpfbGGqVUtEcZQA2vKeSttslUomzMKnY8X2qH5vsMYxYy9urDedoQeuD\nsgG/AVZnJw0tRzji2dEq/qWo5oQzvbaJLq/AOfNR8f0fJ2sCqvZpXgeYMEWkJFTO\nYQIDAQAB"
]
}
]
}
// ==UserScript==
// @name AddYahooShoppingCartNotify
// @namespace https://github.com/LorseKudos
// @version 0.1
// @description ヤフーショッピングのカートページに注意書きを追加します
// @author Lorse
// @match https://order.shopping.yahoo.co.jp/*
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js
// ==/UserScript==
// ==UserScript==
// @name RemoveAdInYahooMail
// @namespace https://github.com/LorseKudos
// @version 0.1
// @description ヤフーメールの広告カラムを削除します
// @author Lorse
// @match https://mail.yahoo.co.jp/u/pc/f/*
// @grant none
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js
// ==/UserScript==