Ars Forum Enhancements
Quick list of all the stuff I’ve made to tweak the Ars Technica forums.
- Classic Ars: A classic green CSS theme.
- Popup Reply Window: brings back the popup reply window. Supports multi-quoting on the same thread page.
- Draggable QuickReply: brings back the draggable inline-popup quickreply. Contains updated versions of the following bookmarklets to work with the new draggable box.
- QuickReply: Pops open the quickreply box.
javascript:jQuery('#qr_editor_table').show();void(0);
- QuickQuote: Pops open the quickreply box, and quotes the selected text.
javascript:post_table=jQuery(window.getSelection().anchorNode).parents('table');author=post_table.find('.post-author-name%20a').text();link="http://arstechnica.com/civis/"+post_table.find('.post-date%20a').attr('href').split('/')[1];quote=quote=window.getSelection().toString();jQuery('#qr_editor_table%20form%20textarea')[0].value+='[quote="[url='+link+']'+author+'[/url]"]\n'+quote+'[/quote]\n';jQuery('#qr_editor_table').show();void(0);
Leave a Comment »
Blog at WordPress.com.
Entries and comments feeds.
Leave a Reply