Guest User

Untitled

a guest
Oct 18th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Array.prototype.slice.call(document.getElementsByClassName("message")).map((match) => match.getAttribute("title")).filter((match) => /^Merge pull request #/.test(match))
Add Comment
Please, Sign In to add comment