Can somebody help me loop the following function and make it run every 5 seconds:
javascript:listAction(
'editObjectSingle','inforUpdateAction','divEditObjectSingle','formEditObjectSingle'
);
for the specific website google.com?
I'm still new to this and unsure how to write it
// ==UserScript==
// @name Google
// @description Google
// @include Google.com
// ==/UserScript==
// initiate
This is what I have so far, not sure how to add other stuff. Thanks!