|
|
@@ -429,7 +429,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
|
|
|
repairDocument() {
|
|
|
this.doc.querySelectorAll("singlefile-infobar, singlefile-mask").forEach(element => element.remove());
|
|
|
- this.doc.body.querySelectorAll("title, meta, link").forEach(element => this.doc.head.appendChild(element));
|
|
|
+ this.doc.body.querySelectorAll("title, meta").forEach(element => this.doc.head.appendChild(element));
|
|
|
}
|
|
|
|
|
|
removeScripts() {
|