Greasy Fork is available in English.

Amazon Prime Autocheck

Auto checks the amazon prime box

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
// ==UserScript==
// @name         Amazon Prime Autocheck
// @namespace    https://cbass92.org/
// @version      1.1
// @description  Auto checks the amazon prime box
// @author       Cbass92
// @match        https://www.amazon.com/s*
// @grant        none
// @license MIT
// ==/UserScript==

var match = document.querySelectorAll("i[aria-label='Prime Eligible']");
match[0].parentElement.children[0].children[0].children[0].checked = true