vlatkovski

Reddit unhide all posts

Mar 13th, 2020
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $("[data-event-action='unhide'").each(function(elem) {
  2.     this.dispatchEvent(new MouseEvent("click", {
  3.         "view": window,
  4.         "bubbles": true,
  5.         "cancelable": false
  6.     }));
  7. });
Add Comment
Please, Sign In to add comment