Wikipedia:User scripts/Guide: Difference between revisions
Content deleted Content added
Line 274:
=== Removing elements ===
To move an element simply attach it in another place with <tt>appendChild()</tt> or <tt>insertBefore
To hide an element you can set its <code>style.display</code> to <code>none</code>:
|