chore
This commit is contained in:
parent
313d24d808
commit
b9a667a61d
@ -81,6 +81,9 @@ const App = () => {
|
||||
|
||||
const deleteCookie = async () => {
|
||||
const currentCookie = await getCookie();
|
||||
if (currentCookie.length === 0) {
|
||||
return;
|
||||
}
|
||||
return new Promise((resolve, reject) => {
|
||||
currentCookie.forEach((cookieRecord) => {
|
||||
GM_cookie('delete', { name: cookieRecord.name }, (cookie, error) => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user