it’s me again:
In Wikipedia sites every <h2><span class=”mw-headline”… has got a link in the table id=”toc” wich moves you to the anchor of the headline on click. Your plugin changes those links to links which try to load and embed the whole page into the embedded page. That doesn’t work.
Is there a way to change the links in the table id=”toc” to “internal” links wich lead only to the headlines? Otherwise I have to style the whole table display:none; – but that’s not really nice.