-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Hi
I tried to copy paste this command
javascript:(function(){const subnames=document.querySelector('.subscription-box a').href.split('/r/')[1].split('+');const jsonData=JSON.stringify(subnames,null,2);const blob=new Blob([jsonData],{type:'application/json'});const downloadLink=Object.assign(document.createElement('a'),{href:URL.createObjectURL(blob),download:'rdx_subs.json'});document.body.appendChild(downloadLink).click()&&document.body.removeChild(downloadLink);})();
to download json file. But, it is working when I logged out and when I try to logged in. it shows nothing. What do you think?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels