From 14697057a6a26e09bea79aa694cb8caeb5c36334 Mon Sep 17 00:00:00 2001 From: calcscout Date: Sat, 30 Apr 2022 13:41:03 +0200 Subject: [PATCH] HTML DOM parser skip links with inline javascript --- bits/79_html.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bits/79_html.js b/bits/79_html.js index 44c54be..6fb0ed6 100644 --- a/bits/79_html.js +++ b/bits/79_html.js @@ -227,4 +227,4 @@ function get_get_computed_style_function(element/*:HTMLElement*/)/*:?function*/ // If it is not available, try to get one from the global namespace if(typeof getComputedStyle === 'function') return getComputedStyle; return null; -} +} \ No newline at end of file