From 78fccadaf243937b8b5d51f68c5ef44d04a4770c Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sat, 13 Aug 2022 09:09:36 -0400 Subject: [PATCH] Fix bad alias Related feedback: - https://github.com/DandelionSprout/adfilt/issues/63#issuecomment-1214131551 --- assets/resources/scriptlets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/resources/scriptlets.js b/assets/resources/scriptlets.js index 17f19a150..ecb65a28d 100644 --- a/assets/resources/scriptlets.js +++ b/assets/resources/scriptlets.js @@ -1290,7 +1290,7 @@ // https://github.com/gorhill/uBlock/issues/1228 -/// window.name-defuser +/// window.name-defuser.js (function() { if ( window === window.top ) { window.name = '';