This article describes how to use JavaScript to develop local plug-ins for IE browsers. This article describes how to develop a local plug-in for IE browsers using JS + registry, if you want to use the IE Plug-In developed by js, You can execute js Code on the current page to implement functions that any user can think.
Common processing can be performed on unused websites (such as extracting certain types of information), or special processing can be performed on specific websites (such as buying train tickets ).
This plug-in method is relatively simple. You only need to copy a few files and modify a registry value. Therefore, it is suitable for quick implementation of some browser or website auxiliary functions.
Steps:
1. Create an html file to implement specific functions
The Code is as follows:
// File name: getticketslist.html
// File content: