How to import subscriptions from Reddit?
iPhone and iPad
- Open safari
- Copy the JavaScript code below.
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);})();
- Tap the Share button (the square with an arrow pointing up) and select Add Bookmark.
- Change the Name to rdx importer and tap Save.
- Go to your bookmarks, find the bookmark you just created, and tap the Edit button.
- Tap the bookmark you just created and paste the JavaScript code in the URL field.
- Save the changes.
- Go to the following URL: https://old.reddit.com/subreddits using safari. Make sure you are logged in.
- While on the Reddit subscriptions page, go to your bookmarks and tap the rdx importer bookmark to run the script.
- The rdx_subs.json file will be downloaded to your device.
- Upload the rdx_subs.json file in the app settings page.
Android
- Open google chrome
- Copy the JavaScript code from below.
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);})();
- Tap the three dots menu in the top right corner and select Bookmarks.
- Tap the star icon to bookmark the current page.
- Go to your bookmarks, find the bookmark you just created, and tap the edit (pencil) icon.
- Change the Name to rdx importer.
- In the URL field, paste the JavaScript code you copied.
- Save the changes.
- Go to the following URL: https://old.reddit.com/subreddits using Chrome. Make sure you are logged in.
- While on the Reddit subscriptions page, go to your bookmarks and tap the rdx importer bookmark to run the script.
- The rdx_subs.json file will be downloaded to your device.
- Upload the rdx_subs.json file in the rdx for Reddit app's settings page.
Last updated: June 29, 2024