Skip to content

Instantly share code, notes, and snippets.

@mehdichaouch
Created September 22, 2013 15:47
Show Gist options
  • Save mehdichaouch/6661211 to your computer and use it in GitHub Desktop.
Save mehdichaouch/6661211 to your computer and use it in GitHub Desktop.
This aim of this bookmarklet is to get more line when you are editing a ToDo in Google Task : https://mail.google.com/tasks/canvas?pli=1. Each time you click on it x2 the number of line.
(function(){var%20iframe=document.getElementsByTagName("iframe")[0],t=parseInt(iframe.contentDocument.activeElement.attributes['rows'].value,10);iframe.contentDocument.activeElement.attributes['rows'].value=t*2;})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment