bookmarklet
Chrome Web Store - Taberareloo
yesterday by 3rdparty
extension to cross post to various services
bookmarklet
bookmark
google
chrome
googlechrome
extension
crosspost
yesterday by 3rdparty
maki : a free web design mock-up tool for pixel perfect layouts
4 days ago by marb
If you're like us, you go to great lengths to make your web site look just like the design mock-up.
Getting that perfect layout transitioned beautifully to HTML and CSS can be a struggle! Don't you just wish you could overlay your mock-up in browser and see the adjustments you need to make, and tweak away until they match? Well so did we. That's why we built maki: a simple app that brings your mock-ups straight into the browser.
bookmarklet
mockup
tools
design
Getting that perfect layout transitioned beautifully to HTML and CSS can be a struggle! Don't you just wish you could overlay your mock-up in browser and see the adjustments you need to make, and tweak away until they match? Well so did we. That's why we built maki: a simple app that brings your mock-ups straight into the browser.
4 days ago by marb
Introducing SelectorGadget: point and click CSS selectors
4 days ago by oumu
SelectorGadget is an open source bookmarklet that makes CSS selector generation and discovery on complicated sites a breeze. Just drag the bookmarklet to your bookmark bar, then go to any page and press it. A box will open in the bottom right of the website. Click on a page element that you would like your selector to match (it will turn green). SelectorGadget will then generate a minimal CSS selector for that element, and will highlight (yellow) everything that is matched by the selector. Now click on a highlighted element to remove it from the selector (red), or click on an unhighlighted element to add it to the selector. Through this process of selection and rejection, SelectorGadget helps you come up with the perfect CSS selector for your needs.
CSS
bookmarklet
4 days ago by oumu
danlec/Trello-Bookmarklet · GitHub
5 days ago by muhh
A bookmarklet that creates Trello cards from info on other webpages (e.g. FogBugz and github issues)
trello
bookmarklet
@freistil
5 days ago by muhh
Wordless Web
6 days ago by fozbaca
Wordless Web is a simple browser bookmarklet that removes all text from any website with just one click. So the only thing left for you to see are the site’s pictures.
No text also means no context. You're free to enjoy the images in their purest form, without names, labels, definitions, or purpose. It makes the pictures we see across the web more mysterious and open to interpretation of our own imaginations.
Try Wordless Web on your favorite sites and see how it suddenly transforms your experience.
bookmarklet
No text also means no context. You're free to enjoy the images in their purest form, without names, labels, definitions, or purpose. It makes the pictures we see across the web more mysterious and open to interpretation of our own imaginations.
Try Wordless Web on your favorite sites and see how it suddenly transforms your experience.
6 days ago by fozbaca
Font size bookmarklets | The Marcos Kirsch Experience®
6 days ago by johncoxon
Two bookmarklets for iOS that allow you to change the font size. Reloading the page resets it to normal.
bookmarklet
ios
6 days ago by johncoxon
Introducing SelectorGadget: point and click CSS selectors
7 days ago by mootPoint
Bookmarklet for getting CSS paths and Xpaths from HTML pages
bookmarklet
7 days ago by mootPoint
Font Size Bookmarklets
7 days ago by splorp
Marcos Kirsch’s handy font size bookmarklets for the iOS flabour of Safari.
tn92
typedia
typography
type
fontsize
safari
ios
bookmarklet
readability
text
resize
resizing
from instapaper
7 days ago by splorp
Issue #175: Moving to your home server. · WardCunningham/Smallest-Federated-Wiki
7 days ago by wavis
javascript:(function () {var url = [], home = 'nrn.io', host = document.location.host, stuff = document.location.pathname.split('/'); for (var i = 0; i < stuff.length; i += 1){x = stuff[i]; if (x == 'view') x = host; if (x == home) x = 'view'; url.push(x);}; document.location = 'http://' + home + url.join('/');})();
sfw
bookmarklet
7 days ago by wavis
How To Make a Bookmarklet For Your Web Application | BetterExplained
8 days ago by pjmorse
Breaking down the parts of bookmarklets and how to build your own.
bookmarklet
development
howto
javascript
programming
8 days ago by pjmorse