Skip to content

Instantly share code, notes, and snippets.

View nenohi's full-sized avatar
🚬
美味しいヤニー❗️🚬🤟😁👍感謝❗️🙌🚬感謝❗️🙌🚬またいっぱい吸いたいな🚬🚬🚬

nenohi nenohi

🚬
美味しいヤニー❗️🚬🤟😁👍感謝❗️🙌🚬感謝❗️🙌🚬またいっぱい吸いたいな🚬🚬🚬
View GitHub Profile
@kabo2468
kabo2468 / amazon_short_url.user.js
Last active October 1, 2023 12:41
Amazonのクソ長いURLを短くするuserscript
// ==UserScript==
// @name amazon_short_url
// @description Amazon URL Shorter
// @namespace amazon_short_url
// @match https://www.amazon.co.jp/*
// @version 2
// ==/UserScript==
(function () {
const asin = document.getElementById('ASIN');