Last active
August 29, 2015 14:17
-
-
Save arnalyse/44f842a3fbabb7f17d6c to your computer and use it in GitHub Desktop.
Hyphenate-Bookmarklet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Der Code des Bookmarklets setzt die `hyphenate`CSS property für alle unterstüzten Browser: | |
javascript:jQuery('<style%20type="text/css"%3E*{-webkit-hyphens:%20auto;-moz-hyphens:%20auto;-ms-hyphens:%20auto;hyphens:%20auto;}</style>').appendTo($("body")) | |
Um den das Bookmarklett zu nutzen einfach den folgenden Link in die Bookmarks-Bar ziehen und auf www.zeit.de aktivieren: | |
<a href=javascript:jQuery('<style%20type="text/css"%3E*{-webkit-hyphens:%20auto;-moz-hyphens:%20auto;-ms-hyphens:%20auto;hyphens:%20auto;}</style%3E').appendTo($("body"))>hyphenate zon</a> | |
<a href="javascript:(function(){if(window.addCss!==undefined){window.addCss();}else{document.body.appendChild(document.createElement('script')).src='https://rocktronica.github.io/Add-CSS-Bookmarklet/addcss.min.js';}})();" class="button" id="aAddCss">addCSS</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment