Wikipedia:User scripts/Guide: Difference between revisions

Content deleted Content added
Zvn (talk | contribs)
Zvn (talk | contribs)
Line 274:
=== Removing elements ===
 
To move an element simply attach it in another place with <tt>appendChild()</tt> or <tt>insertBefore()</tt> and remove the original element with <tt>removeChild()</tt>.
 
To hide an element you can set its <code>style.display</code> to <code>none</code>: