volatile-static / zotero-inspector

A DOM inspector for Zotero.

Home Page:https://gitee.com/const_volatile/zotero-inspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zotero DOM Inspector

Add dom-inspector to Zotero.

Brief

Add inspector to all html frames by one click. inspector

Usage

  • main menu
    • tools
      • developer
        • Show DOM Inspector

menu

Essential

for (let i = 0; window.frames[i]; ++i)
    inject(window.frames[i].document)

About

A DOM inspector for Zotero.

https://gitee.com/const_volatile/zotero-inspector

License:Apache License 2.0


Languages

Language:JavaScript 100.0%