bruh.
// ==UserScript== // @name 楽天メルマガ自動解除 // @name:ja 楽天メルマガ自動解除 // @name:en rakuten auto uncheck email optins // @namespace http://tampermonkey.net/ // @version 0.1 // @description bruh. // @description:ja bruh. // @description:en bruh. // @license MIT // @author You // @match https://basket.step.rakuten.co.jp/rms/mall/bs/mconfirmorderquicknormalize/* // @grant none // @run-at document-idle // @noframes // ==/UserScript== document.querySelectorAll('img[alt=すべて解除]').forEach(a => a.click())