This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name TweetDeck Paste Image | |
// @namespace gaeulbyul.userscript | |
// @description 트윗덱에 클립보드 붙여넣기(Ctrl-V)로 이미지를 업로드하는 기능을 추가한다. | |
// @author Gaeulbyul | |
// @license WTFPL | |
// @include https://tweetdeck.twitter.com/ | |
// @version 0.3b3 | |
// @run-at document-end | |
// @grant none |