
JSClearCookie nga PageClear
Clear the specified cookies by js
Që të përdorni këtë zgjerim, ju duhet Firefox-i
Tejtëdhëna Zgjerimi
Rreth këtij zgjerimi
通过JS脚本来自定义需要清除的Cookie 绝不收集任何隐私
使用方法
//定义需要清除的CookieName 若为空者清除对应网站上的所有Cookie
const cookieNames = [];
//JS发送清除Cookie请求
window.postMessage({ status: 1, message: "Clear-Cookie", cookieNameArr: cookieNames }, window.location.origin);
//JS接收返回消息
window.addEventListener('message', (event) => {
if (event.source == window && event.data.isSuccess) {
//TODO
}
});
使用方法
//定义需要清除的CookieName 若为空者清除对应网站上的所有Cookie
const cookieNames = [];
//JS发送清除Cookie请求
window.postMessage({ status: 1, message: "Clear-Cookie", cookieNameArr: cookieNames }, window.location.origin);
//JS接收返回消息
window.addEventListener('message', (event) => {
if (event.source == window && event.data.isSuccess) {
//TODO
}
});
Vlerësoni rastin tuaj
LejeMësoni më tepër
Required permissions:
- Të hyjë në skeda të shfletuesit
- Të hyjë në të dhënat tuaja për krejt sajtet
Më tepër të dhëna
- Version
- 1.1.1
- Madhësi
- 12,37 KB
- Përditësuar së fundi më
- 3 vite më parë (25 Jan 2022)
- Kategori të Afërta
- Licencë
- Mozilla Public License 2.0
- Historik Versionesh
Shtojeni në koleksion
Më tepër zgjerime nga PageClear
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime
- Ende pa vlerësime