How to import subscriptions from Reddit?

iPhone and iPad

  1. Open safari
  2. 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);})();
  3. Tap the Share button (the square with an arrow pointing up) and select Add Bookmark.
  4. Change the Name to rdx importer and tap Save.
  5. Go to your bookmarks, find the bookmark you just created, and tap the Edit button.
  6. Tap the bookmark you just created and paste the JavaScript code in the URL field.
  7. Save the changes.
  8. Go to the following URL: https://old.reddit.com/subreddits using safari. Make sure you are logged in.
  9. While on the Reddit subscriptions page, go to your bookmarks and tap the rdx importer bookmark to run the script.
  10. The rdx_subs.json file will be downloaded to your device.
  11. Upload the rdx_subs.json file in the app settings page.

Android

  1. Open google chrome
  2. 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);})();
  3. Tap the three dots menu in the top right corner and select Bookmarks.
  4. Tap the star icon to bookmark the current page.
  5. Go to your bookmarks, find the bookmark you just created, and tap the edit (pencil) icon.
  6. Change the Name to rdx importer.
  7. In the URL field, paste the JavaScript code you copied.
  8. Save the changes.
  9. Go to the following URL: https://old.reddit.com/subreddits using Chrome. Make sure you are logged in.
  10. While on the Reddit subscriptions page, go to your bookmarks and tap the rdx importer bookmark to run the script.
  11. The rdx_subs.json file will be downloaded to your device.
  12. Upload the rdx_subs.json file in the rdx for Reddit app's settings page.
Last updated: June 29, 2024