Skip to content

Instantly share code, notes, and snippets.

@scottishwildcat
scottishwildcat / confluence-expand-all.js
Created December 9, 2020 16:20
Bookmarklet to expand all collapsed expanders on a Confluence page
javascript:function expandAll(){
c=$('.expand-container');
c.children('.expand-content').toggleClass('expand-hidden').css('display','block').css('opacity','1');
c.children('.expand-control').children('.expand-icon').removeClass("aui-iconfont-chevron-right").addClass("aui-iconfont-chevron-down");
}
expandAll();

Keybase proof

I hereby claim:

  • I am scottishwildcat on github.
  • I am scottishwildcat (https://keybase.io/scottishwildcat) on keybase.
  • I have a public key ASDbrO2FqTm8foi4Tc7zPcblU57MR5854lOLNAh2STFTiQo

To claim this, I am signing this object: