NicePT ATTK

NicePT AuToThanKs

// ==UserScript==
// @name         NicePT ATTK
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  NicePT AuToThanKs
// @author       h
// @match        https://www.nicept.net/details.php?*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=nicept.net
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
    var btn=document.querySelector('#saythanks');
    btn.click();
})();