INSERT GRAPHIC HERE (include hyperlink in image)
Subtitle or Short Description Goes Here
| // ==UserScript== | |
| // @name Fileproject | |
| // @namespace dfe3d1e0-068b-421d-975b-af5950dec444 | |
| // @description Show direct link | |
| // @author Reek | |
| // @include http*://*.fileproject.com.br/* | |
| // @version 1 | |
| // @grant unsafeWindow | |
| // @run-at document-end | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name test | |
| // @namespace test | |
| // @include * | |
| // @version 1 | |
| // @grant GM_registerMenuCommand | |
| // @run-at document-start | |
| // ==/UserScript== | |