cookie-remover
The cookie-remover removes certain cookies by parsing document.cookie to set the expiration dates in the past for cookies that match targeted patterns.
Parameters
|
Name |
Description |
Mandatory |
|---|---|---|
|
cookie |
A pattern that matches the name of the cookie(s) to remove. Enclose in |
Yes |
|
autoRemoveCookie |
When set to true, continuously monitors the targeted cookie, checking every 1000ms. |
No |
Filter examples
|
Filter |
Result |
|---|---|
|
|
Removes any cookie that matches |
|
|
Removes every second any cookie that matches |
Debugging
|
Message |
When |
Definition |
|---|---|---|
|
|
Before parsing |
Parsing is about to begin. |
|
|
Each time a match is found |
Contains the name of the removed cookie. |