An open API service indexing awesome lists of open source software.

https://github.com/volatile-static/zotero-inspector

A DOM inspector for Zotero.
https://github.com/volatile-static/zotero-inspector

zotero-addon zotero-plugin

Last synced: about 1 year ago
JSON representation

A DOM inspector for Zotero.

Awesome Lists containing this project

README

          

# Zotero DOM Inspector
Add [dom-inspector](https://github.com/luoye-fe/dom-inspector) to Zotero.

## Brief
Add inspector to all html frames by one click.
![inspector](./inspector.png)
## Usage
- main menu
- tools
- developer
- Show DOM Inspector

![menu](./menu.png)

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