Wikipedia:User scripts/Guide: Difference between revisions

Content deleted Content added
Dongiulio (talk | contribs)
GregU (talk | contribs)
m Local HTML file: typo - missing >
Line 50:
=== Local HTML file ===
* Save Wikipedia page to your local hard drive, including all corresponding .css and .js files. Specific details depend on your browser. <!--how-to might be nice-->
* Open saved page in your editor, insert your script code either between <code>&lt;script>&lt;/script></code> tags or as a separate local file with <code>&lt;script src="file://C://you_local_path/name.js">&lt;/script></code>.
* Open saved page in your browser and preview the result.