From 3a575f9c7013959a54fdce2a8585f9200507bc0c Mon Sep 17 00:00:00 2001 From: gwarser Date: Wed, 19 Sep 2018 00:10:35 +0200 Subject: [PATCH] Updated Resources Library (markdown) --- Resources-Library.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Resources-Library.md b/Resources-Library.md index 2bb8fbe..b4ef0ac 100644 --- a/Resources-Library.md +++ b/Resources-Library.md @@ -68,8 +68,10 @@ 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, current path, script accessible (HttpOnly=false), on load and before unload. +### cookie-remover.js [↪](https://github.com/uBlockOrigin/uAssets/blob/7a841333e440452ec2d9e0dbe5c81459a99b59b4/filters/resources.txt#L2363) +Removes current page cookies specified by name. For current domain, wildcard (dot) subdomain(s), current and `/` path, script accessible (HttpOnly=false), on load and before unload. + +Caveats: cookies set for higher level domain will not be removed. For example, if current page domain is `www.example.com`, cookies set for `example.com` will not be removed. Parameters: - optional, string/_regular expression_, matching in the name of the cookie