Discussions » Creation Requests

convert script tampermonkey

§
Posted: 2017-10-14
Edited: 2017-10-14

convert script tampermonkey

You can help me convert this script to tampermoney. In Tampermoney it does not work gives error script and in greasemoney it works well

*** Click Url ***

//--- Get the first link that has "stackoverflow" in its URL.
var targetNode = document.querySelector ("a[href*='Inicio/']");
if (targetNode) {
    //--- Simulate a natural mouse-click sequence.
    triggerMouseEvent (targetNode, "mouseover");
    triggerMouseEvent (targetNode, "mousedown");
    triggerMouseEvent (targetNode, "mouseup");
    triggerMouseEvent (targetNode, "click");

}
else
    console.log ("*** Target node not found!");

function triggerMouseEvent (node, eventType) {
    var clickEvent = document.createEvent ('MouseEvents');
    clickEvent.initEvent (eventType, true, true);
    node.dispatchEvent (clickEvent);
}
§
Posted: 2017-10-14

namely, which line of code of code is scolded by Tampermonkey?

§
Posted: 2017-10-14

sometime I used this code :

 function click(node){
  var evt=new MouseEvent('click',
     {'view':window,'bubbles':true,'cancelable':true});
  node.dispatchEvent(evt);
} 

and it worked both in Chrome and Firefox.

§
Posted: 2017-11-02

Quality arranging remarkably hone, basic models to know well Your Quality of Life Play sports ! Physical action is beginning late honest to goodness, and especially short and remarkable activities of basic worth squat, control lifting ... Rest better. The term yet what's more nature of your rest unequivocally influence your Vyantix rxlevel. Among am and am are gotten a handle on. Slacken up. Being under weight advances the season of cortisol the uneasiness hormone that comes especially to battle with Androxl testo boost. Partake in sexual relations in the morning .
http://www.sexual4facts.com/vyantix-rx/

Post reply

Sign in to post a reply.