diff --git a/readme.md b/readme.md index 8a7c084..3a2ae98 100644 --- a/readme.md +++ b/readme.md @@ -27,7 +27,7 @@ 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'); var arr = []; all.forEach(div => { var a =div.querySelector('a:nth-child(2)'); @@ -86,4 +86,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.