Wikipedia:User scripts/Guide: Difference between revisions
Content deleted Content added
→Adding elements: These functions begin with small cap letters. |
|||
Line 274:
=== Removing elements ===
To move an element simply attach it in another place with <tt>
To hide an element you can set its <code>style.display</code> to <code>none</code>:
|