Load image from cover/screenshot links.
< Opiniones de Nyaa.si - Load More Thumbnail
if DISplay '429 Too Many Requests', disable 'Display images on hover the links'.Find this phrase for temporary measures: const links = document.querySelectorAll('.torrent-list>tbody>tr>td:nth-child(2)>a:last-child')Put '//' before this phrase.ex) //const links = document.querySelectorAll('.torrent-list>tbody>tr>td:nth-child(2)>a:last-child')
Thank you for your feedback. I have changed the network requests to serial processing in version 0.9.6, which should also fix this issue. Please give it a try.
Inicia sesión para responder.
if DISplay '429 Too Many Requests', disable 'Display images on hover the links'.
Find this phrase for temporary measures:
const links = document.querySelectorAll('.torrent-list>tbody>tr>td:nth-child(2)>a:last-child')
Put '//' before this phrase.
ex) //const links = document.querySelectorAll('.torrent-list>tbody>tr>td:nth-child(2)>a:last-child')