
Cookies与UserAgent获取 per 治电小白菜
辅助抓取网站登陆后有效Cookies和UserAgent
Tu pote usar iste extension solo sur Firefox
Metadatos del extension
Capturas de schermo

A proposito de iste extension
可通过右键获取当前页面的Cookies和UserAgent
也可通过主页面发送
也可通过主页面发送
window.parent.postMessage({type: 'tab', level: 'main'}, '*');
, 来告知插件主页面ID, 这样在其他页面右键点击发送Cookies和UA到主页面时, 即可将Cookies和UserAgent发送给主页面, 主页面只需要通过mutationObserver监听 id 为 "cookie-block" 的DOM元素变化即可
const cookiesBlock = document.getElementById('cookie-block')
if (!cookiesBlock) return
const config = {
attributes: true,
childList: true,
subtree: true
}
const callback = function(mutationsList, observer) {
for (let mutation of mutationsList) {
if (mutation.type === 'childList') {
console.log(JSON.parse(cookiesBlock.innerText))
}
}
}
const observer = new MutationObserver(callback)
observer.observe(cookiesBlock, config)
Evaluta tu experientia
Permissos e datosSaper plus
Permissos necessari:
- Monstra le notificationes pro te
- Accede al schedas del navigator
- Acceder al activitate del navigator durante le navigation
- Acceder a tu datos pro tote le sitos web
Plus de informationes
- Ligamines del additivo
- Version
- 0.0.3
- Dimension
- 19,5 KB
- Ultime actualisation
- há 6 anos (30 de set de 2019)
- Categorias associate
- Licentia
- Licentia public Mozilla 2.0
- Historia de versiones
Adder al collection
Altere extensiones ex 治电小白菜
- Il ha non ha ancora evalutationes
- Il ha non ha ancora evalutationes
- Il ha non ha ancora evalutationes
- Il ha non ha ancora evalutationes
- Il ha non ha ancora evalutationes
- Il ha non ha ancora evalutationes