Could you help me with my script - Please
I can't call function changeLink();
Why not ? If you don't want to open a new window, rewrite the function !
// ==UserScript==
// @author @leoncastro
// @namespace https://greasyfork.dpdns.org
// @name ani-share.com
// @version 0.01
// @description Helper for ani-share.com
// @include http://ani-share.com/*
// ==/UserScript==
//
!(function(){
window.open = function(n, w){location.href=n;}
changeLink();
})();
Could you help me with my script - Please
Hi ALL :)
I'm trying to make auto redirect script for this site "ani-share.com" can anyone try to help me
My script can skip wait time but can't open redirect page
Ani-Share.com Test Link :) :) :)
The Help I Need is : :)
Open redirect page in same window not in new window
Auto open redirect page without click the button
This script inside the site ↓↓↓
I can't call function changeLink();
but i able to call function generate();
var a = Redirect Page
When click 'Menuju Link' (Indonesian language) Button it will call the function changeLink(); and Call window.open(a,"_blank")};
This is my Script