From 9f299ce67ef6402b45e5bf5328425c8752f81b93 Mon Sep 17 00:00:00 2001 From: avadhesh18 Date: Fri, 31 May 2024 03:01:59 +0530 Subject: [PATCH] tryinggg --- html/comments.html | 1 + html/search.html | 2 +- html/user.html | 2 +- html/userc.html | 2 +- public/comments.html | 86 +++++++++++++++++++-------------------- public/index.html | 96 ++++++++++++++++++++++---------------------- run.php | 2 +- 7 files changed, 96 insertions(+), 95 deletions(-) diff --git a/html/comments.html b/html/comments.html index 0995d6a..9b63399 100644 --- a/html/comments.html +++ b/html/comments.html @@ -28,6 +28,7 @@ url = url.replace(/amp.reddit.com/g, 'www.reddit.com'); url = url.replace(/m.reddit.com/g, 'www.reddit.com'); url = url.replace(/i.reddit.com/g, 'www.reddit.com'); +url = url.replace(/www.reddit.com/g, 'old.reddit.com'); links = 'NewBestTopControversialOldQnASaveShare'; document.getElementById('rightbar').innerHTML = links; url = url+'.json?limit=500'; diff --git a/html/search.html b/html/search.html index 053f567..a6980ab 100644 --- a/html/search.html +++ b/html/search.html @@ -32,7 +32,7 @@ document.getElementById('pagetitletext').innerHTML = getget('q'); -url='https://www.reddit.com/'; +url='https://old.reddit.com/'; if(getget('r') != null){ diff --git a/html/user.html b/html/user.html index 10deb10..de44d7f 100644 --- a/html/user.html +++ b/html/user.html @@ -27,7 +27,7 @@ document.getElementById('pagetitletext').innerHTML = getget('u'); -url='https://www.reddit.com/user/'+substoload+'/submitted'; +url='https://old.reddit.com/user/'+substoload+'/submitted'; console.log(url); diff --git a/html/userc.html b/html/userc.html index cce0535..79236b3 100644 --- a/html/userc.html +++ b/html/userc.html @@ -27,7 +27,7 @@ document.getElementById('pagetitletext').innerHTML = getget('u'); -url='https://www.reddit.com/user/'+substoload+'/comments'; +url='https://old.reddit.com/user/'+substoload+'/comments'; console.log(url); diff --git a/public/comments.html b/public/comments.html index 580e1f2..82da33d 100644 --- a/public/comments.html +++ b/public/comments.html @@ -1,42 +1,42 @@ - - RDX for Reddit - Apollo For Reddit Inspired Web Viewer - - - - - - - - - - - - - -
- - + + 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 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.

+
+

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.

diff --git a/run.php b/run.php index 92dc371..7ff2410 100644 --- a/run.php +++ b/run.php @@ -56,7 +56,7 @@ $data = str_replace('','

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

+

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); }