Dear all,
I've used PrinceXML in combination with the excellent CSS available on this site. There are however a few elements in Wikipedia articles I'd like to hide, like: References, See Also, External Links, Notes, Bibliography, etc.
Only References can be removed since it's embedded in a specific <div> tag with a unique class. The others however are presented like this:
There is no tag with an unique id or class around "Notes". Is there someway I can hide these titles? Perhaps some obscure javascript workaround?
I've used PrinceXML in combination with the excellent CSS available on this site. There are however a few elements in Wikipedia articles I'd like to hide, like: References, See Also, External Links, Notes, Bibliography, etc.
Only References can be removed since it's embedded in a specific <div> tag with a unique class. The others however are presented like this:
<p><a name="Notes" id="Notes"></a></p>
<h2><span class="mw-headline">Notes</span></h2>
There is no tag with an unique id or class around "Notes". Is there someway I can hide these titles? Perhaps some obscure javascript workaround?