Advertisement
FlameWolf

Copy Muted Keywords from Twitter

Jun 21st, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. copy([...document.querySelectorAll("div.MutedKeywordsList-items > li.MutedKeyword > div.MutedKeyword-item > div.MutedKeyword-text")].map(x=>x.textContent).join("<br/>"));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement