The JavaScript inside a .htm file is quite awful, after saving a Webpage in my computer. I can delete the .js files in its folder. However, it is quite difficult to delete the JavaScript inside a .htm file, because its content is not fixed.
I can know that it always starts with:
<script
and ends with:
</script>
Akelpad can only replace fixed contents. Who can tell me how to use other tools to delete the JavaScript?
Last edited by akyahoo on Mon Jun 14, 2010 1:01 am, edited 2 times in total.
You can try something like Text Crawler, that uses regular expressions. One simpler tool that might work is Text Magician. Only use text Magician on copies! It can be a great help, though.
Hi everyone , sorry , but SearchReplace.js seems doesn't work properly. It always workin' in a "greedy" style . May be I have an old version of a script ? And this construction doesn't work too :<script(.*\s)*?.*</script>
Offtopic:
And, besides, I wrote a script in PowerShell for adding to favorites (AP version 4.0.2,thus I think I'll do that in PS scripting language.
Just installed a newer version of AP and SearchReplace.js . All is working just fine . Thanks a lot !! Finally it's working!!!.
And where is a COM Object like AkelPad.document has gone? I used to use them in some of my PowerShell script, though they worked halfway, but nevertheless it allowed to adress to the system API functions.
HastaLuego
You not need that COM-object. It is implicity built-in now in every script as Akelpad object.
Outside Akelpads plugin this object was and is unusable.