add finance.uk
authorAlan Knowles <alan@roojs.com>
Fri, 18 Oct 2019 05:48:54 +0000 (13:48 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 18 Oct 2019 05:48:54 +0000 (13:48 +0800)
domains/uk.finance.yahoo.com.js [new file with mode: 0644]

diff --git a/domains/uk.finance.yahoo.com.js b/domains/uk.finance.yahoo.com.js
new file mode 100644 (file)
index 0000000..8844218
--- /dev/null
@@ -0,0 +1,7 @@
+(function (args) {
+  
+    if (document.location.host.match(/consent/) && document.getElementsByClassName('btn').length > 0) {
+        document.getElementsByClassName('btn').item(1).click()
+    }  
+     
+})(); 
\ No newline at end of file