§
Postat în: 05-02-2018
Editat în: 15-02-2018

"slog"

"slog"

§
Postat în: 05-02-2018
Editat în: 13-03-2018

I trying to write script like this but in not work

§
Postat în: 05-02-2018

Weird, for me it only shows an image and not even an iframe.
But make sure the scripts run in the iframe's URL.
The code actually looks OK to me.

§
Postat în: 05-02-2018
Editat în: 15-02-2018

"slog"

§
Postat în: 10-02-2018

Have any chance ?

§
Postat în: 21-02-2018
Editat în: 21-02-2018

slog can u make a hot key
where you place windmill when press V and turrent when press T can u do that? PLZZZZZZZZZZZZZZZZZZZZZZZZ (for moomoo.io) :smile:

§
Postat în: 03-03-2018

Try to dev with Autoit like a aimbot

§
Postat în: 04-03-2018

I tried

// ==UserScript==
// @name solvemedia generate to easy
// @namespace solvemedia generate to easy
// @description solvemedia generate to easy
// @include *solvemedia.com/*
// @include *files.guru/*
// @version 1
// @grant none
// ==/UserScript==

if (location.href.indexOf('solvemedia.com')>-1){
console.log('solvemedia generate to easy in iframe');
var sloggen = setInterval(function(){
if(document.querySelector('[id*="slog"]')==null){
document.querySelector('[id*="adcopy-link-refresh"]').click();
ACPuzzle.reload('');
}else{
clearInterval(sloggen);
console.log('solvemedia generate found eazy vaule');
}
}, 2000);
}

in Tampermonkey's Syntax Check and it passed. However, when I went to Solvemedia.com nothing happened. This script is just not running, but I can't tell why.

§
Postat în: 13-03-2018
Editat în: 13-03-2018

.

Postează un raspuns

Autentifică-te pentru a posta un răspuns.