Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. chrome.runtime.onMessage.addListener(
  2. function (request, sender, sendResponse) {
  3. if (request.message === "clicked_feedly_unique") {
  4.  
  5. ...
  6.  
  7. }
  8. }
  9. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement