08/12/23 04:48:46 09wDSLKH0
■AutopageLoaderの問題点
(1) Googleイメージ検索でPage1→Page2→Page1とループする
autopageloader.user.js のSITEINFOミスが原因。以下のように修正。
{
name: 'GoogleImages',
data: {
pageElement: 'id("ImgContent")',
url: '^URLリンク(images\\.google\\.co\\.jp)',
nextLink: 'id("nc")/parent::td/following-sibling::td[1]/a',
exampleUrl: 'URLリンク(images.google.co.jp)'
}
}],
(2) Page2, Page3... のリンクがPage1のリンクのまま変わらない
バグ?現状対応策なし。
(3) 罫線(<hr>)が存在しないため、ページの移り変わりを認識しづらい
これは私でも変更できるかも。あとでソース読んでみる。