Skip to content

Instantly share code, notes, and snippets.

View delbio's full-sized avatar

Fabio Del Bene delbio

View GitHub Profile
@delbio
delbio / bower.json
Last active October 2, 2016 08:07
Basic Gulpfile to manage compile less task
{
"name": "basic-less-workflow",
"authors": [
"Fabio Del Bene <delbio87@gmail.com>"
],
"description": "basic less workflow",
"main": "",
"keywords": [],
"license": "MIT",
"homepage": "",
@delbio
delbio / Javascript_Greasemonkey_TagHighlighter.user.js
Created May 30, 2016 08:50
Javascript_Greasemonkey_TagHighlighter.user.js
// ==UserScript==
// @name Tag Highlighter
// @namespace https://github.com/thedom85/TagHighlighter
// @description exec JS TagHighlighter on document loaded
// @include *
// @require https://raw.githubusercontent.com/thedom85/TagHighlighter/master/src/taghighlighter.js
// @version 1
// @grant none
// ==/UserScript==