From e952723ff461b764fbda6981e9f024324b7eefad Mon Sep 17 00:00:00 2001 From: Azain Date: Thu, 27 Jun 2024 01:45:37 +0530 Subject: [PATCH 1/2] Updated CopyRekhtaLinks --- readme.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 8a7c084..67da9dc 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,8 @@ Putting it here just to make sure I can create a bookmarklet whenever I need usi **CopyRekhtaLinks:** ``` -var all = document.querySelectorAll('div.contentListBody.contentLoadMoreSection.nwPoetListBody > div'); +var all = document.querySelectorAll('div.contentListBody.contentLoadMoreSection.rt_miriyaatSec.rt_manageColumn > div'); +console.log(arr); var arr = []; all.forEach(div => { var a =div.querySelector('a:nth-child(2)'); @@ -86,4 +87,4 @@ If links are less in number, select and copy them directly. But for large number ## Disclaimer -I'm experimenting all this, so expect the code to change often. \ No newline at end of file +I'm experimenting all this, so expect the code to change often. From a111a4cc31407a169421bbd0af17d6b804f2c852 Mon Sep 17 00:00:00 2001 From: Azain Date: Thu, 27 Jun 2024 01:47:34 +0530 Subject: [PATCH 2/2] Update CopyRekhtaLinks --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 67da9dc..3a2ae98 100644 --- a/readme.md +++ b/readme.md @@ -28,7 +28,6 @@ Putting it here just to make sure I can create a bookmarklet whenever I need usi **CopyRekhtaLinks:** ``` var all = document.querySelectorAll('div.contentListBody.contentLoadMoreSection.rt_miriyaatSec.rt_manageColumn > div'); -console.log(arr); var arr = []; all.forEach(div => { var a =div.querySelector('a:nth-child(2)');