extension ExtPose

ScriptRunner (delisted)

CRX id

nilfinipmkbgemlbmohlildijohlniho-

Description from extension meta

Runs JavaScript!

Image from store ScriptRunner
Description from store Automate your browser using JavaScript! Features: - Support jquery API - JavaScript syntax highlighting - Support multiple pages - Support multiple scripts - Execute in an isolated environment

Latest reviews

  • (2019-03-02) Robert Botha: Love this tool. Simple, but works well, and helps me with a lot of automation.
  • (2015-12-03) Arsen Ibragimov: Useful

Latest issues

  • (2021-03-12, v:1.0.1) James Davis: Question
    I'm new to scripts. I tried this one below which deletes watch list items on Youtube. It works fine but I noticed that it is very slow until you close the script runner and then it is very fast. Is there a way to add something to the code that automatically closes script runner as soon as the script starts to work? setInterval(function() { document.querySelector('#primary button[aria-label="Action menu"]').click(); var things = document.evaluate('//span[contains(text(),"Watch later")]',document,null,XPathResult.ORDERED_NODE_SNAPSHOT_TYPE,null); for (var i = 0; i < things.snapshotLength; i++) { things.snapshotItem(i).click(); } }, 150);
  • (2020-09-14, v:1.0.1) Hyperninja303: Can It run roblox trolling code?
    I was just wondering
  • (2019-03-02, v:1.0.1) Robert Botha: Shortcut for Run
    Hi, great extension. Is it possible to get a hot key for the "Run!" button?
  • (2019-02-20, v:1.0.1) Yotam Wimmer: I tried running a JS script but nothing happens
    this is what is do var arr = [{id: "1212", name: "12123"},{id: "45678", name: "45678"}]; var selector = $("#recipeHeader_mobileDeviceExclude"); arr.forEach(function(item){selector.tokenInput("add",item);}); when i do it in google dev snippet it does work
  • (2016-09-03, v:1.0.1) Istvan Bujdoso: Auto run on page load
    Is it possible to run the script automatically when the page loads?
  • (2016-04-27, v:1.0.1) The extension
    How do I use this?

Statistics

Installs
2,464 history
Category
Rating
4.3 (9 votes)
Last update / version
2012-07-21 / 1.0.1
Listing languages
en-US

Links