Created
July 26, 2011 18:48
-
-
Save dalager/1107541 to your computer and use it in GitHub Desktop.
Assembla Simple Ticket List bookmarklet
This file contains 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
jQuery('.menu-submenu').after(jQuery('<div style="overflow:auto;width:400px;height:500px;margin:10px;">').html(jQuery('table.tickets tbody tr').map(function(i,e){return '<a href="https://www.assembla.com'+jQuery(e).find('td.number a').attr('href')+'">#'+jQuery(e).find('td.number').text().trim()+'</a> '+jQuery(e).find('td.summary').text();}).toArray().join('<br>\n\r'))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
use as a bookmarklet.