p_mayumi_y5_02_017 and p_mayumi_y5_02_027
ded link
p_mayumi_y5_02_017 and p_mayumi_y5_02_027
Do you know of any way of getting those rapidimg pics in an easier way? Is there some add-on to grab those, without having to open each one, wait for the advertisements to load, click on a different link to the picture, and closing two pop-up tabs/windows?ok, I need to stop right now, I'm so tired, I'll post again the next days
Do you know of any way of getting those rapidimg pics in an easier way? Is there some add-on to grab those, without having to open each one, wait for the advertisements to load, click on a different link to the picture, and closing two pop-up tabs/windows?
Do you know of any way of getting those rapidimg pics in an easier way? Is there some add-on to grab those, without having to open each one, wait for the advertisements to load, click on a different link to the picture, and closing two pop-up tabs/windows?
// ==UserScript==
// @name Auto-Load Image
// @namespace ImageLoad
// @description Loads image without need for extra click
// @include http://*rapidimg.net/*.html
// @version 1
// @grant none
// ==/UserScript==
var getBtn = document.getElementsByTagName("input")[0];
if (getBtn.value == "Continue to image ... ") {
getBtn.click(); }