Skip to content

Instantly share code, notes, and snippets.

@dalager
Created July 26, 2011 18:48
Show Gist options
  • Save dalager/1107541 to your computer and use it in GitHub Desktop.
Save dalager/1107541 to your computer and use it in GitHub Desktop.
Assembla Simple Ticket List bookmarklet
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')));
@dalager
Copy link
Author

dalager commented Jul 26, 2011

use as a bookmarklet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment