// ==UserScript== // @name Greasyfork install button on search // @namespace Danielv123 // @version 1.2 // @description Adds install buttons to all the search result pages, nice for mass installing // @author You // @match https://greasyfork.org/* // @match https://sleazyfork.org/* // @requires jQuery // @grant none // @downloadURL https://update.greasyfork.icu/scripts/23340/Greasyfork%20install%20button%20on%20search.user.js // @updateURL https://update.greasyfork.icu/scripts/23340/Greasyfork%20install%20button%20on%20search.meta.js // ==/UserScript== // vanilla greasyfork if(document.querySelector("#user-script-list")){ for(i = 1; document.querySelector("#user-script-list").childNodes.length > i; i++) { (function(i){ if(document.querySelector("#user-script-list > li:nth-child(" + i + ")>article>h2>a")) { console.log(document.querySelector("#user-script-list > li:nth-child(" + i + ")>article>h2>a")); $("