diff --git a/html/index.html b/html/index.html index 15212b0..344766b 100644 --- a/html/index.html +++ b/html/index.html @@ -26,7 +26,7 @@ document.getElementById('pagetitletext').innerHTML = 'rdx'; -url='https://www.reddit.com/r/'+substoload+'/'; +url='https://old.reddit.com/r/'+substoload+'/'; if(getget('sort') != null){ url = url+''+getget('sort')+''; } diff --git a/html/subreddit.html b/html/subreddit.html index ab0be64..b81c864 100644 --- a/html/subreddit.html +++ b/html/subreddit.html @@ -27,7 +27,7 @@ document.getElementById('pagetitletext').innerHTML = getget('r'); -url='https://www.reddit.com/r/'+substoload+'/'; +url='https://old.reddit.com/r/'+substoload+'/'; if(getget('sort') != null){ url = url+''+getget('sort')+''; } diff --git a/public/index.html b/public/index.html index b36c690..6035e65 100644 --- a/public/index.html +++ b/public/index.html @@ -1,42 +1,42 @@ - - RDX for Reddit - Apollo For Reddit Inspired Web Viewer - - - - - - - - - - - - - -
- - + + RDX for Reddit - Apollo For Reddit Inspired Web Viewer + + + + + + + + + + + + + +
+ + -
-

Explore RDX for Reddit: A Fast and Lightweight Web Viewer Inspired by Apollo

-

Discover a seamless Reddit browsing experience with rdx, a mobile-friendly web viewer designed for speed and simplicity. Based on the now closed Apollo app, rdx allows you to navigate Reddit without the distraction of ads.

-

Enjoy Reddit Anywhere: rdx's Mobile-Friendly Design and Dark Mode

-

Experience the freedom of browsing Reddit on the mobile easily with rdx's mobile-friendly design. The interface is optimized for various devices, ensuring a smooth experience across different screen sizes. Additionally, rdx offers a Dark Mode for users who prefer a more comfortable and eye-friendly viewing experience, making it easy to enjoy Reddit in any lighting condition.

+
+

Explore RDX for Reddit: A Fast and Lightweight Web Viewer Inspired by Apollo

+

Discover a seamless Reddit browsing experience with rdx, a mobile-friendly web viewer designed for speed and simplicity. Based on the now closed Apollo app, rdx allows you to navigate Reddit without the distraction of ads.

+

Enjoy Reddit Anywhere: rdx's Mobile-Friendly Design and Dark Mode

+

Experience the freedom of browsing Reddit on the mobile easily with rdx's mobile-friendly design. The interface is optimized for various devices, ensuring a smooth experience across different screen sizes. Additionally, rdx offers a Dark Mode for users who prefer a more comfortable and eye-friendly viewing experience, making it easy to enjoy Reddit in any lighting condition.

diff --git a/run.php b/run.php index 0a410b5..92dc371 100644 --- a/run.php +++ b/run.php @@ -54,8 +54,8 @@ if($file == 'html/index.html') { $data = str_replace('','
-

Explore RDX for Reddit: A Fast and Lightweight Web Viewer Inspired by Apollo

-

Discover a seamless Reddit browsing experience with rdx, a mobile-friendly web viewer designed for speed and simplicity. Based on the now closed Apollo app, rdx allows you to navigate Reddit without the distraction of ads.

+

Explore RDX for Reddit: A Fast and Light weight Web Viewer Inspired by Apollo

+

Discover a seamless Reddit browsing experience with rdx, a mobile-friendly web viewer designed for speed and simplicity. Based on the now closed Apollo app, rdx allows you to navigate Reddit without the distraction of ads.

Enjoy Reddit Anywhere: rdx\'s Mobile-Friendly Design and Dark Mode

Experience the freedom of browsing Reddit on the mobile easily with rdx\'s mobile-friendly design. The interface is optimized for various devices, ensuring a smooth experience across different screen sizes. Additionally, rdx offers a Dark Mode for users who prefer a more comfortable and eye-friendly viewing experience, making it easy to enjoy Reddit in any lighting condition.

',$data);