Skip to content

Instantly share code, notes, and snippets.

@reek
reek / sampleREADME.md
Created May 16, 2019 13:48 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

FVCproductions

INSERT GRAPHIC HERE (include hyperlink in image)

Repository Title Goes Here

Subtitle or Short Description Goes Here

@reek
reek / fileproject.user.js
Last active August 29, 2015 14:21
Fileproject
// ==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==
@reek
reek / test.user.js
Created April 9, 2015 14:55
GM_registerMenuCommand @run-at document-start
// ==UserScript==
// @name test
// @namespace test
// @include *
// @version 1
// @grant GM_registerMenuCommand
// @run-at document-start
// ==/UserScript==