Adds install buttons to all the search result pages, nice for mass installing
< Feedback on Greasyfork install button on search
I didn't see a github link, can you make this change and support sleazyfork.org too?
// ==UserScript== // @name Greasyfork install button on search // @namespace Danielv123 // @version 1.1 // @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 // ==/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")); $("
// compat with [TS] Citrus GFork setTimeout(function(){ if(document.querySelector("#script-table")){ for(i = 0; document.querySelector("#script-table > tbody").childNodes.length > i; i++) { (function(i){ if(document.querySelector("#script-table tr:nth-child("+i+") > td:nth-child(2) > div.thetitle > a")) { console.log(document.querySelector("#script-table tr:nth-child("+i+") > td:nth-child(2) > div.thetitle > a")); $("
I don't use git for my userscripts, but yes I will add this, thanks.
उत्तर पोस्ट करण्यासाठी साइन इन करा.
I didn't see a github link, can you make this change and support sleazyfork.org too?
// ==UserScript== // @name Greasyfork install button on search // @namespace Danielv123 // @version 1.1 // @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 // ==/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")); $("
// compat with [TS] Citrus GFork setTimeout(function(){ if(document.querySelector("#script-table")){ for(i = 0; document.querySelector("#script-table > tbody").childNodes.length > i; i++) { (function(i){ if(document.querySelector("#script-table tr:nth-child("+i+") > td:nth-child(2) > div.thetitle > a")) { console.log(document.querySelector("#script-table tr:nth-child("+i+") > td:nth-child(2) > div.thetitle > a")); $("