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:
I hereby claim:
To claim this, I am signing this object:
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
| # 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) |
| /** | |
| * Just for fun: Wifi icon with pure CSS | |
| */ | |
| .wifi { | |
| padding: 20px; | |
| } | |
| .wifi, .wifi:before { | |
| display: inline-block; |
| <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"> |