Script Executor Script Executor

Developer Tools
Version: 3.0
Last Update: 2014-07-13

Overview

Script Executor is a Chrome extension developed by ashu.sushant. According to the data from Chrome web store, current version of Script Executor is 3.0, updated on 2014-07-13.
10,000+ users have installed this extension. 34 users have rated this extension with an average rating of .

Used to run script on page to get results

The extension helps run java script on the page. The good point is that the extension is powered by jQuery version 1.10 which helps in debugging any html page you have currently opened up in the browser.

For using Jquery use $ext instead of $ to run your scripts.

For example if I want to find number of anchor tags on the page: I would write $ext('a').size() in the text area to get the number in result section below the execute button. Similarly try using window.location.href to get the current url in result section.

You can write multiple lines of script and execute to see the logs in console as do not use alerts in the script. To see logs in the console. Press F12 to open the chrome developer tool and then click on the console tab.

Logging in Script Area example:
try writing console.log('Your message') and click Execute button or alternative you can use the log method directly like log('My Message').

Try executing this script on any page.
$ext('a').each(function(){
log($ext(this).text())
});

This will result in printing every link text on the page in console.

Use It and play around with the html in your browser.
Happy Scripting !!!!

Rating

34 ratings

Total Installs

10,000+

Information

Last Update

2014-07-13

Current Version

3.0

Size

283KiB

Author

ashu.sushant

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Piggy Gaming
2022-05-10

very good extension to execute javascript,
all these little kids think its for roblox but its for javascript lol

avatar Melissa Hilson
2022-03-31

idk how to use it and i am trying to use it for a roblox pet sim x fake hatch script, if it orks better if i find hoe to use it then maybe i would give it a better rating

avatar Jesus delacruz
2022-03-27

idk how to use it ):

avatar Pinky Verdeck
2021-12-17

THIS ICANT USE I CANT USE FOR ROBLOX HACKING OR TROLLING!

avatar Tuan Nguyen
2021-06-08

How to I pull up the executor?