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 | |
// @namespace amazon_short_url | |
// @include https://www.amazon.co.jp/* | |
// ==/UserScript== | |
(function(){ | |
const asin = document.getElementById('ASIN'); | |
const title = document.getElementById('title_feature_div'); |
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
a#user-dropdown-toggle.js-tooltip.settings.dropdown-toggle.js-dropdown-toggle, | |
img.DashboardProfileCard-avatarImage.js-action-profile-avatar, | |
img.top-timeline-tweet-box-user-image.avatar.size32, | |
img.ProfileAvatar-image, | |
img.avatar.js-action-profile-avatar { | |
font-size: 100px; | |
-webkit-animation: spin 0.5s linear infinite; | |
-moz-animation: spin 0.5s linear infinite; | |
-ms-animation: spin 0.5s linear infinite; |