以下のように記述すると指定したCookieを削除できます。
document.cookie = "削除するCookieのkey=; max-age=0";
Go to list of users who liked
More than 1 year has passed since last update.
以下のように記述すると指定したCookieを削除できます。
document.cookie = "削除するCookieのkey=; max-age=0";
Register as a new user and use Qiita more conveniently
Go to list of users who liked