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
| //Go to any page with pins (a board, your pins, search results, etc) and open JavaScript Console (Ctrl+Shift+J on windows OR option+command+J on mac) and paste in this code: | |
| //sort by likes, adjust amount of pins/pages you want to collect first | |
| var pages = 5; | |
| var count = 0; | |
| var mylist = []; | |
| var timeout; | |
| load(); | |
| function load(){ |