Skip to content

Instantly share code, notes, and snippets.

@dshaw
Created February 18, 2011 00:23
Show Gist options
  • Select an option

  • Save dshaw/833032 to your computer and use it in GitHub Desktop.

Select an option

Save dshaw/833032 to your computer and use it in GitHub Desktop.
Unpublish a story from the console while logged in at Storify.com
$.post('http://storify.com/dshaw/packing-for-sf/unpublish/', function(response) { console.dir(response) });
@xdamman
Copy link
Copy Markdown

xdamman commented Feb 18, 2011

FYI
You can copy paste this line of code right into the javascript console of your browser (Chrome, Safari or Firebug) while you are logged in on storify (and if you are an editor of that story).

@dshaw
Copy link
Copy Markdown
Author

dshaw commented Feb 18, 2011

Actually this Gist is a slightly better drop-in:
https://gist.github.com/833043

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment