https://github.com/nocd5/userjs
Tablacus Explorer Addon
https://github.com/nocd5/userjs
Last synced: 29 days ago
JSON representation
Tablacus Explorer Addon
- Host: GitHub
- URL: https://github.com/nocd5/userjs
- Owner: nocd5
- License: mit
- Created: 2020-10-06T14:43:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-10-06T14:56:00.000Z (over 4 years ago)
- Last Synced: 2025-02-17T03:29:18.332Z (4 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# User Script
Tablacus Explorer Addon
## Features
Execute user script
## Examples
```js
AddEvent("BrowserCreated", function (doc) {
BUTTONS.dropdown='▾';
});
```