Skip to content

Instantly share code, notes, and snippets.

@mu373
Last active March 25, 2021 12:09
Show Gist options
  • Save mu373/f24ea19653765b24e5185e8469dd38b0 to your computer and use it in GitHub Desktop.
Save mu373/f24ea19653765b24e5185e8469dd38b0 to your computer and use it in GitHub Desktop.
Bookmarklet: Expand all accordion boxes

Description

Usage

  • Add the following code as a bookmarklet
javascript:(function(f,s){s=document.createElement("script");s.src="//ajax.googleapis.com/ajax/libs/jquery/2.0.2/jquery.min.js";s.onload=function(){f(jQuery.noConflict(true))};document.body.appendChild(s)})(function($){$('.st-postAccordion_body').css('display','block');});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment