earth2marsh + bookmarklet   53

Bookmarkleter
"You have JavaScript. You need a bookmarklet. This does that.

Features

Removes newlines, tabs, optional spaces, and comments
URL-encodes special ASCII characters: [space], %, ", <, >, #, @, &, ?
Places code in a wrapper function (if not done already)
Does not hex-encode non-ASCII characters (you should probably use String.fromCharCode for that)"
bookmarklet  javascript  converter  Utility  bookmarklets  from delicious
november 2011 by earth2marsh
NicolaDAgostino.net " A "Save to Mobile Delicious" bookmarklet
javascript:(function(){location.href='http://m.delicious.com/save?url='+encodeURIComponent(location.href)+'&v=5&jump=yes'})()
Delicious  Mobile  Bookmarklet  android  from delicious
july 2011 by earth2marsh
http://brianellin.com/twitter-web-intents/
"This simple bookmarklet uses Twitter Web Intents to open a Tweet window. Simply drag this link to your bookmarks bar: New Tweet "
twitter  tweet  bookmarklet  from delicious
april 2011 by earth2marsh
bl.ocks.org - about
"This website is a simple viewer for code examples hosted on GitHub Gist. Code up an example using Gist, and then point people here to view the example and the source code, live! The main source code for your example should be named index.html. You can use relative links to other files in your Gist. You can also use absolute links to shared files, such as CDN-hosted jQuery, Polymaps, Raphaël, etc. You can also include an optional README; Markdown and plain text are supported."
bookmarklet  git  github  viewer  webdev  gist  render  service 
november 2010 by earth2marsh
Real-time curation » Blog Archive » Blackbird bookmarklet: publish a tweet in html
Creates html for embedding a tweet javascript:(function(){_my_script=document.createElement('SCRIPT');_my_script.type='text/javascript';_my_script.src='http://publitweet.com/blackbird/bookmarklet.js?x='+(Math.random());document.getElementsByTagName('head')[0].appendChild(_my_script);})();
tweet  status  embed  quote  bookmarklets  bookmarklet  javascript 
september 2010 by earth2marsh
ReCSS: Reload your CSS
"This little bookmarklet makes refreshing your CSS a breeze. It comes in quite handy when you're developing dynamic applications. Tested in IE and Firefox." javascript:void(function(){var i,a,s;a=document.getElementsByTagName('link');for(i=0;i<a.length;i++){s=a[i];if(s.rel.toLowerCase().indexOf('stylesheet')>=0&&s.href) {var h=s.href.replace(/(&|%5C?)forceReload=\d+/,'');s.href=h+(h.indexOf('?')>=0?'&':'?')+'forceReload='+(new Date().valueOf())}}})();
developer  development  css  bookmarklet  bookmarklets  coding  programming  tool  javascript  dev 
july 2010 by earth2marsh
View PDFs With Google Docs Viewer Bookmarklet [Update: Greasemonkey Script] (Noscope)
"view any online PDF document using this reader? Well you can, and using this freshly brewed bookmarklet, you can turn any hyperlink that points to a PDF into a comfy Google Viewer readable PDF." Bookmarklet: javascript:var%20link,l=0;while(link=document.links[l++]){if(link.href.toLowerCase().indexOf('.pdf')!=-1||link.href.toLowerCase().indexOf('.ppt')!=-1||link.href.toLowerCase().indexOf('.tiff')!=-1||link.href.toLowerCase().indexOf('.tif')!=-1&&link.href.indexOf('javascript')==-1&&link.href.indexOf('file:')==-1){var%20newString='http://docs.google.com/viewer?url='+link.href;link.href=newString;}};void(null);
bookmarklet  viewer  docs  google  pdf  online  ppt  tiff  view 
october 2009 by earth2marsh
Flickr Photo Comment Tool
handy tool for getting html snippets for embedding flickr thumbnails.
bookmarklet  flickr  thumbnail 
august 2009 by earth2marsh
Neil Cowburn: flic.kr Bookmarklet
retrieve shortened url from any flickr photo page
flickr  shortener  canonical  bookmarklet 
august 2009 by earth2marsh
Use Firefox to spell check your website | Urbano's Blog
Clever hack to enable spell check in FF of all inputs. (can be changed to do whole page) "javascript:document.body.contentEditable='true'; document.designMode='on'; void 0"
javascript  firefox  spellcheck  bookmarklet 
august 2009 by earth2marsh
bit.ly blog - Easily Track Clicks on Amazon Affiliate Links with...
"Then, go the any Amazon product page, and click “Link to this Page” in the Amazon Affiliates Toolbar on the top of the page (note: you must be signed into Amazon and have an affiliates account for this toolbar to appear). Once you are on the link builder page, click the “bitlyAmazonAffiliateLink” bookmarklet in your toolbar, and you will be redirected to bit.ly with a short, trackable link waiting for you."
bookmarklet  affiliate  amazon  services 
june 2009 by earth2marsh
PrintWhatYouLike Bookmarklet
a toolkit to isolate just the content you want to print.
print  bookmarklets  bookmarklet  printing  javascript  editor  custom 
may 2009 by earth2marsh
Readable App: read the web
very nice, configurable bookmarklet for making text more readable
readability  readable  bookmarklets  bookmarklet  formatting  read 
april 2009 by earth2marsh
PageZipper - Life's too short to spend clicking "Next" « PrintWhatYouLike.com
"bookmarklet which automatically merges all the "Next" pages into one, so you can skip directly to the stuff you want."
bookmarklet  next  pagination  paginator  javascript  bookmarklets 
april 2009 by earth2marsh
The Spanner - XSS Rays
"XSS scanner tool that’s written in Javascript called XSS Rays for Microsoft. They have given me permission to release the tool as open source which is awesome because it can be used for other open source applications. I recommend you use it as part of the web development process to make sure you’ve filtered XSS correctly on your application. It works as a bookmarklet and scans any links, paths or forms on the target scanning page (even cross domain). You can add vectors to it quite easily and it includes some of the most common injections I’ve found on sites over the years. I’ve tested it on IE7/IE8 and Firefox but it could work in other browsers."
webdev  opensource  css  scanner  security  testing  hacking  browser  bookmarklet 
march 2009 by earth2marsh
Paul Irish » Bookmarklet: Inject new css rules
clever bookmarklet to add a rule to a page. "javascript:(function(){var%20newcss=window.prompt("new%20css%20rule:");if("\v"=="v"){document.createStyleSheet().cssText=newcss}else{var%20tag=document.createElement("style");tag.type="text/css";document.getElementsByTagName("head")[0].appendChild(tag);tag[(typeof%20document.body.style.WebkitAppearance=="string")?"innerText":"innerHTML"]=newcss}})();"
bookmarklet  css  rule  webdev  insert 
march 2009 by earth2marsh
Web Development Bookmarklets
"These bookmarklets let you see how a web page is coded without digging through the source, debug problems in web pages quickly, and experiment with CSS or JS without editing the actual page."
webdesign  webdev  css  utilities  bookmarklet  bookmarklets  testing  rules 
march 2009 by earth2marsh
Analytics for Bookmarklets & Injected Scripts
see when your content is pulled in via scripts and bookmarklets. clever!
bookmarklets  analytics  bookmarklet  statistics  scripts 
march 2009 by earth2marsh
Introducing SelectorGadget: point and click CSS selectors
"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."
opensource  firefox  javascript  development  bookmarklet  bookmarklets  scraping  selector  jquery  dom  selectors 
february 2009 by earth2marsh
Official Google Reader Blog: Subscribing to feeds via little Google buttons
two handy bookmarklets for offering Google Reader subscribe buttons. Handy to have for Chrome or Microb.
bookmarklet  Google:Reader  subscribe  rss  feed  Google:Chrome  maemo  n8x0 
december 2008 by earth2marsh
ReaderScroll: Google Reader Style Image Navigation With J-K Keys Bookmarklet - Standard Deviations
clever bookmarklet to enable browsing images on a page like they were items in Google Reader
bookmarklet  navigation  images 
september 2008 by earth2marsh
How to edit a website - cut & paste one line of code to make any site editable
edit text in your browser, useful for mockups? javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
bookmarklet  javascript  webdesign  browser  edit  page  hack 
july 2008 by earth2marsh
Bill Burcham’s memeRocket :: Gordita = del.icio.us Tagging for Google Reader
Click the bookmarklet while you’re reading an item in Google Reader and you’ll tag the current item (using Google Reader’s meta-data). Click the bookmarklet while reading some other site (other than Google Reader) and it works as you’d expect —
del.icio.us  tagging  Google:Reader  googlereader  bookmarklet  generator 
april 2008 by earth2marsh
Stephen Ostermiller's Cache Bookmarklets
bookmarklets for Coral, Google, and Wayback Machine caches
bookmarklets  bookmarklet  cache  google  coral  wayback 
march 2008 by earth2marsh
Instapaper
install a simple button in your browser and save it to a website (your personal "paper") for later reading.
bookmarks  bookmarklet  reading  news  webapp  service 
february 2008 by earth2marsh
Yuan.CC Flickr Experiments
can display not only your flickr photo in your web pages or blog articles, but also the notes you made on it. In other words, you can embed a flickr photo with its notes in your own website.
bookmarklet  embed  flickr  notes  javascript  hack  howto 
december 2007 by earth2marsh
Jash: JavaScript Shell
a DHTML-based window that gives you command-line JavaScript access to the current browser window. With this console you can quickly debug scripts, manipulate the DOM, view the current page's objects, functions, and variables, trace the execution stack, ex
javascript  shell  programming  tools  bookmarklet  webdev 
december 2007 by earth2marsh
mrclay.org » Archive » MyPage Bookmarklet
puts you in control of the current page: Remove, isolate, edit page items with keyboard control. On-screen print-preview emulation lets you see how the page will print while editing
bookmarklet  javascript  firefox  print  tools  remove  ads 
november 2007 by earth2marsh
mrclay.org » Archive » Click2Zap Bookmarklet 1.1
Use Click2Zap to remove elements from the page for printing (remove text/images to save paper/ink) or reading comfort purposes.
bookmarklet  web  print  printing  tools  firefox  ads  remove 
november 2007 by earth2marsh
CSSFly - Edit websites on the fly!
CSSFly is a web 2.0 tool for easy editing websites direct and in real-time in your browser. Simply edit the (X)HTML-code and the external Style-Sheet files : what you code is what you get!
css  webdesign  tools  design  development  javascript  bookmarklet  interesting 
march 2007 by earth2marsh
slayeroffice | tools | Mouseover DOM Inspector v2.0 Help
bookmarklet) that allows you to view and manipulate the DOM of a web page simply by mousing around the document.
dom  javascript  bookmarklet  Tools 
march 2007 by earth2marsh
milov.nl: Flickr view big bookmarklet
instantly grab the large/original version of any Flickr photo
flickr  bookmarklet  hack 
march 2007 by earth2marsh
The Man in Blue > Experiments > FormTextResizer
a bookmarklet that allows you to resize any textarea or text input on any webpage
bookmarklet  javascript  resize  form  textarea 
november 2006 by earth2marsh
3spots: CSS Sampler bookmarklet!
will list all Classes and IDs WITH a visual sample of each Style!
bookmarklet  css 
november 2006 by earth2marsh

related tags

ace  addon  ads  affiliate  ajax  amazon  analytics  android  api  bespin  blog  blogging  bookmarklet  bookmarklets  bookmarks  browser  cache  canonical  coding  converter  coral  css  custom  database  del.icio.us  Delicious  design  dev  developer  development  directory  docs  dom  earth  edit  editor  embed  eula  expand  feed  firefox  flickr  form  formatting  frames  generator  gist  git  github  google  Google:Charts  Google:Chrome  Google:Earth  Google:Reader  Google:Translate  googlereader  Google_Maps  hack  hacking  hacks  howto  ide  images  insert  interesting  ipad  javascript  jquery  links  list  lists  long  maemo  Mobile  n8x0  navigation  news  next  notes  nytimes  online  opensource  page  pagination  paginator  passwords  pdf  photo  pinboard  ppt  print  printing  programming  qr  qrcode  quix  quote  read  readability  readable  reading  remove  render  replacement  resize  rss  rtm  rule  rules  scanner  scraping  scripts  search  security  selector  selectors  service  services  shell  short  shortener  spellcheck  split  statistics  status  style  subscribe  syntax  tagging  testing  textarea  thumbnail  tiff  tinyurl  tool  tools  translate  translation  tweet  twitter  urls  useful  utilities  Utility  view  viewer  wayback  web  webapp  webdesign  webdev  window 

Copy this bookmark:



description:


tags: