Bookmarklet to fix annoying "details" in Concrete5 forums on Chrome
Permalink
The new version of Chrome hides anything inside a "details" tag, which unfortunately is what the new Concrete5 forum design uses for post author names and dates. Hopefully the core team will get around to addressing this (guys, if you're reading this, all you need to do is add the "open" attribute to the <details> tag!). But in the meantime I whipped up a quick bookmarklet you can click to expand all of the "details" on a page.
EDIT: Bah! The forum software won't let me embed a link with javascript in it, so you'll have to create a new bookmark with this url (or add a bookmark for any page and then change the url):
-Jordan
EDIT: Bah! The forum software won't let me embed a link with javascript in it, so you'll have to create a new bookmark with this url (or add a bookmark for any page and then change the url):
javascript:$('details').attr('open','open');
-Jordan
Sent from my iPhone