From 8cff55c70e18355ccddaff0135289623e7faf21e Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 9 Apr 2019 08:18:23 -0700 Subject: [PATCH] Tolerate broken HTML better. The bug this check was introduced to fix was sufficiently ameliorated by commit 21484ec7114646992cb0de24eb3b6fb6e1e306d7 so this is safe to remove. --- src/main/Main.coffee | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/Main.coffee b/src/main/Main.coffee index 17ce8ae8f..ba1aa0f90 100644 --- a/src/main/Main.coffee +++ b/src/main/Main.coffee @@ -1,8 +1,5 @@ Main = init: -> - # XXX Work around Pale Moon / old Firefox + GM 1.15 bug where script runs in iframe with wrong window.location. - return if d.body and not $ 'title', d.head - # XXX dwb userscripts extension reloads scripts run at document-start when replaceState/pushState is called. # XXX Firefox reinjects WebExtension content scripts when extension is updated / reloaded. try