
JSClearCookie geliştiren: PageClear
Clear the specified cookies by js
Bu uzantıyı kullanmak için Firefox’a ihtiyacınız var
Uzantı meta verileri
Bu uzantı hakkında
通过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
}
});
Deneyiminize puan verin
İzinlerDaha fazla bilgi al
Gerekli izinler:
- Tarayıcı sekmelerine erişme
- Tüm web sitelerine ait verilerinize erişme
Daha fazla bilgi
- Sürüm
- 1.1.1
- Boyut
- 12,37 KB
- Son güncelleme
- 3 yıl önce (25 Oca 2022)
- İlgili kategoriler
- Lisans
- Mozilla Kamu Lisansı 2.0
- Sürüm geçmişi
Koleksiyona ekle
PageClear tarafından geliştirilen diğer uzantılar
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok
- Henüz hiç puan yok