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

https://github.com/nocd5/userjs

Tablacus Explorer Addon
https://github.com/nocd5/userjs

Last synced: 29 days ago
JSON representation

Tablacus Explorer Addon

Awesome Lists containing this project

README

        

# User Script

Tablacus Explorer Addon

## Features

Execute user script

## Examples

```js
AddEvent("BrowserCreated", function (doc) {
BUTTONS.dropdown='';
});
```