Спасибо за отклик, но не работает со страницы
https://cash-click.ru/?r=3.
Скрипт полностью:
// ==UserScript==
// @name r=3 to 1x100 https
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://*/?r=3
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant none
// ==/UserScript==
(function() {
document.querySelector('a.class[href^="/?serf=100"]').click()
})();