在 Internet Explorer 10 中編輯 cookie

在 Internet Explorer 10 中編輯 cookie

有沒有辦法修改IE10中的cookie? (Windows 7的)

我嘗試編輯以下資料夾中的 cookie,但沒有效果:

C:\Users\%username%\AppData\Roaming\Microsoft\Windows\Cookies\

答案1

您可以使用IE控制台編輯cookie的任何值

現在先點擊commond下方

document.cookie

它會傳回一些關鍵值。現在使用以下命令編輯或建立新的鍵值

document.cookie="YOURKEY=YOURVALUE"

在此輸入影像描述

希望它能幫助你:)

答案2

這個應用程式可能會做你想做的事。問題是:

由於 cookie 索引資訊的儲存方式發生了變化,對 Internet Explorer 10.0 的支援有限。

http://www.nirsoft.net/utils/internet_explorer_cookies_view.html

該計劃的詳細資訊:

IECookiesView 是一個小型實用程序,可顯示 Internet Explorer 儲存在您電腦上的所有 cookie 的詳細資訊。此外,它還允許您執行以下操作:

Sort the cookies list by any column you want, by clicking the column header. A second click sorts the column in descending order.
Find a cookie in the list by specifying the name of the Web site.
Select and delete the unwanted cookies.
Save the cookies to a readable text file.
Copy cookie information into the clipboard.
Automatically refresh the cookies list when a Web site sends you a cookie.
Display the cookies of other users and from other computers.
Open the IECookiesView utility directly from Internet Explorer toolbar.
Change the content of a cookie !
Export your cookies to Netscape/Mozilla cookies file.
Block specific Web sites from using cookies through the cookies blocking mechanism of Internet Explorer 6.0. 

相關內容