Skip to content

Instantly share code, notes, and snippets.

View mad9scientist's full-sized avatar

Chris Holbrook mad9scientist

View GitHub Profile

Keybase proof

I hereby claim:

  • I am mad9scientist on github.
  • I am mad9scientist (https://keybase.io/mad9scientist) on keybase.
  • I have a public key ASCcwPgSY58JReSGfCzU8DzS2ccEu-RJTaFfubztpzW0Two

To claim this, I am signing this object:

LaraMake

Version: Dirty-n-Rough (v 0.1.0) Author: Chris Holbrook

A Simple Windows version of Laravel Valet

A Windows batch file that setup a new Laravel Project, Setup your host file, and open your text editor and browser.

Requirements

@mad9scientist
mad9scientist / Instructions
Created May 22, 2014 14:58
Hide/Remove Pocket context menu item from Firefox's Context menu
# Hide/Remove Pocket Content Menu from Firefox
Using the above custom user chrome style you can hide [Pocket's](http://getpocket.com) context menu item from Firefox context (right click) menu. I did this because the menu option is in the same place that copy is usually located at, and thus messes with my workflow/muscle memory.
This does not use any special plugins/addons to work, just a function of Firefox (tested on version 29) and [Pocket Service](https://getpocket.com/firefox/?a=firefox) 1.0.
## Known issue
* If the menu label changes this file will need to be updated.
* This item does not use a ID, and may hide other items (I don't know of this happening, but still is possible)
@mad9scientist
mad9scientist / dabblet.css
Created April 4, 2013 05:46 — forked from anonymous/dabblet.css
Just for fun: Wifi icon with pure CSS
/**
* Just for fun: Wifi icon with pure CSS
*/
.wifi {
padding: 20px;
}
.wifi, .wifi:before {
display: inline-block;
@mad9scientist
mad9scientist / index.html
Created October 11, 2012 07:48
A menu icon base in SVG the reveals a menu when clicked. Loosely based on: http://css-tricks.com/three-line-menu-navicon/
<nav>
<a href="#" id="activateMenu">
<svg width="30" height="30" id="icoOpen">
<path d="M0,5 30,5" stroke="#000" stroke-width="5"/>
<path d="M0,14 30,14" stroke="#000" stroke-width="5"/>
<path d="M0,23 30,23" stroke="#000" stroke-width="5"/>
</svg>
<svg width="30" height="30" id="ico">