Crwing
Crwing
Hi @mikerodonnell89 , thanks for your quick response and workaround. Yes, I set the a fixed width for the dialog and it works fine. I can use this way currently....
Hi @mikerodonnell89 , got it, I close this issue. Thanks for your info and help!
```js (() => { const follows = [] const sleep = time => () => new Promise(resolve => setTimeout(resolve, time)) const query = page => fetch( `/ajax/profile/followContent?page=${page}&next_cursor=50`, { headers: {...