从封面/截图链接加载图片并显示。
< 脚本Nyaa.si - 自动加载更多预览图的反馈
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.
登录以发表回复。
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')