fix archivist response modifier

This commit is contained in:
Kevin Pham
2023-11-27 20:29:03 -06:00
parent 81cda1101c
commit 78e15d8342

View File

@@ -29,7 +29,7 @@ func RequestArchiveIs() proxychain.RequestModification {
// cleanup archivst headers
script := `[...document.querySelector("body > center").childNodes].filter(e => e.id != "SOLID").forEach(e => e.remove())`
chain.AddResponseModifications(
chain.AddOnceResponseModifications(
tx.InjectScriptAfterDOMContentLoaded(script),
)
return nil