skeeto / skewer-mode

Live web development in Emacs
The Unlicense
1.1k stars 57 forks source link

Note browser plugins for auto-skewering some URLs #70

Closed NateEag closed 8 years ago

NateEag commented 8 years ago

I generally use the bookmarklet when I want to skewer a page, but when I'm coding, it's annoying to re-skewer after refreshing.

I don't like loading skewer directly in a codebase's markup/templates, because then I have to remember not to commit that tweak.

Since there's a simple way to have dev-friendly browsers skewer dev environments automatically, it seemed worth documenting.

skeeto commented 8 years ago

This is essentially the same as the Greasemonkey userscript, but more options here isn't a bad thing.

NateEag commented 8 years ago

yep, that's what I thought. I personally like not having to click the 'skewer' button after a reload - it's a tiny thing, but it can be more convenient.

Thanks for merging.