How to Remove the Script Tags in Mootools XHR
Mootools is a compact Javascript network, developed to reduce the size of your scripting with various advanced scripting methods. While designed for experienced Javascript users, if you are trying it as a beginner, there are certain Javascript codes you may not otherwise know. When using the XHR class, which integrates a wrapped for XMLHTTPRequest, then "send" command is used to launch a script. Therefore, to remove the script tags, you just need to locate this section of the script.
Instructions
-
-
1
Open your script in the Mootools editor.
-
2
Scroll through until you find the "new XHR" request.
-
-
3
Delete the entire line to remove the whole XHR request or alternatively, highlight the "send(/script…)" section to remove the script tags. Removing only the final script tags could potentially damage your script.
-
1