Anonymous 01/19/2022 (Wed) 06:47:43 No.144 del
>>111
After omorashi finishes, right click on the resulting object and save it into a global variable.
Chrome and its derivatives call the first one
temp1
.
Then run this to get text you can paste into a post to get clickable links.


omorashi = Object.entries(temp1).map((kv) =>
>>${kv[0]} (${kv[1]})
).join("\n")
copy(omorashi)