Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)');
Expand Down Expand Up @@ -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.
I'm experimenting all this, so expect the code to change often.