more Silverstripe bookmarklets

Since the Silverstripe-Developer Bookmarklets on ssbits.com are great,
i thought it would be even better to have them as a editable/extendable collection:

So here are some more as a JSFiddle:

http://jsfiddle.net/HMkad/2/embedded/result/

If you’d like to extend the collection just edit the markup in the fiddle.
And add something like this:

<li>
  <p>
    <strong>?showqueries=1</strong> - List all SQL queries executed
  </p>
  <a data-param="showqueries=1" href="#">
    SS:showqueries=1
  </a>
</li>

…or this:

 <li>
   <p>
    <strong>dev/build</strong> - Rebuild the entire database and manifest
   </p>
   <a data-param="dev/build" href="#">
     SS:dev/build
   </a>
</li>

Have fun!

3 Replies to “more Silverstripe bookmarklets”

Comments are closed.