From: Alan Knowles Date: Fri, 18 Oct 2019 05:48:54 +0000 (+0800) Subject: add finance.uk X-Git-Url: http://git.roojs.org/?p=app.webkitpdf;a=commitdiff_plain;h=e9155b69c3c94fee754db7a9b938215312f048e4 add finance.uk --- diff --git a/domains/uk.finance.yahoo.com.js b/domains/uk.finance.yahoo.com.js new file mode 100644 index 0000000..8844218 --- /dev/null +++ b/domains/uk.finance.yahoo.com.js @@ -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