Skip to content

Commit

Permalink
Note browser plugins for auto-skewering some URLs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
NateEag committed May 18, 2016
1 parent 5c76ab1 commit 92e13cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ Alternatively, the following bookmarklet will load skewer on demand:
javascript:(function(){var d=document;var s=d.createElement('script');s.src='http://localhost:8080/skewer';d.body.appendChild(s);})()
```

With a browser plugin like
[Custom Javascript for Websites](https://chrome.google.com/webstore/detail/custom-javascript-for-web/poakhlngfciodnhlhhgnaaelnpjljija?hl=en),
you can use the bookmarklet to auto-skewer specific domains, saving you a
mouse click on each reload.

## bower

Also provided are some functions for loading libraries from the bower
Expand Down

0 comments on commit 92e13cf

Please sign in to comment.