Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 302 Bytes

File metadata and controls

8 lines (5 loc) · 302 Bytes

cq-bookmarklet

Remove the dam and sidekick from a page when in edit mode

To use, create a new bookmark, give it a title ("Remove dam/sidekick") and use the following as the URL:

javascript:location.href = location.href.replace('cf#/', '').split('?')[0] + '?wcmmode=disabled';