Created
October 29, 2015 15:56
-
-
Save anonymous/4469ffb2179692e35cbe to your computer and use it in GitHub Desktop.
archive airbnb messages via dev console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function archiveMsgs() {for (i=0; i< $(".js-archive-thread").length; i++){ $($(".js-archive-thread")[i]).trigger("click");}} | |
archiveMsgs();setTimeout(function(){console.log("cleared");if($("li.next_page a").length){window.location.reload();}},2000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
add to ma acct