Greasy Fork is available in English.

GetThecookie

Get the cookie of the current web page with one click, and automatically release it and set it on the clipboard, which can be directly pasted and used (the get button is located in the lower left corner of the page).

< Commentaires sur GetThecookie

Avis: Bon - le script fonctionne correctement

§
Posté le: 03/03/2023

感谢,小书签很好用

TechwbAuteur
§
Posté le: 04/03/2023

之前的小书签代码有点问题,单击后再单击需要再次刷新,现在这个不用刷新:
javascript:(function(){ var cookies = document.cookie; navigator.clipboard.writeText(cookies).then(function() { alert("Cookies已经放置到剪贴板上:\n " + cookies); }, function(err) { alert("不能复制该网站cookie到剪贴板: " + err); });})()

§
Posté le: 05/03/2023
Édité le: 05/03/2023

之前的小书签代码有点问题,单击后再单击需要再次刷新,现在这个不用刷新:
javascript:(function(){ var cookies = document.cookie; navigator.clipboard.writeText(cookies).then(function() { alert("Cookies已经放置到剪贴板上:\n " + cookies); }, function(err) { alert("不能复制该网站cookie到剪贴板: " + err); });})()

感谢,可以刷新了,不过有个小问题:
直接在书签栏上点击能正常获取,但通过地址栏输入关键词打开就不能获取。

Poster une réponse

Connectez-vous pour poster une réponse.