From 6ae4e265c644eaab9775cdd38367a2ffe7250b68 Mon Sep 17 00:00:00 2001 From: gwarser Date: Sat, 28 Jul 2018 14:32:39 +0200 Subject: [PATCH] cookie-remover.js --- Resources-Library.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Resources-Library.md b/Resources-Library.md index c485460..14c0078 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -56,6 +56,13 @@ Parameters: Logs to the console event listeners created on page. +### cookie-remover.js [↪](https://github.com/uBlockOrigin/uAssets/blob/1c40fc5c40f510734d454b52907728137c133dd1/filters/resources.txt#L2361) +Removes current page cookies specified by name. For current domain, wildcard (dot) subdomain, root path, script accessible (HttpOnly=false), on load and before unload. + +Parameters: + - optional, string/_regular expression_, matching in the name of the cookie + + ### csp.js [↪](https://github.com/uBlockOrigin/uAssets/blob/2c68a4f5456e4677cec76f2784d2c1d7abc36efb/filters/resources.txt#L1849) Deprecated by `$csp` network filter option. TODO: csp filter is explained on adblockplus.org/en/filters but no direct link