□AutoPagerize.user.jsをYahoo!ニュースの検索結果(↓例)でも動かす方法
https://news.yahoo.co.jp/search/;_ylt=A2RCKw.AotNZxwMAdkkPk.d7?p=%E3%83%8B%E3%83%A5%E3%83%BC%E3%82%B9&aq=-1&oq=&ei=UTF-8


@AutoPagerize.user.js本体を編集

nextLink.getAttribute('action') || nextLink.value
↑の真下に↓の一行を追加する
if (/news\.yahoo\.co\.jp\/search/.test(document.URL)) nextValue = document.URL.split('&b=')[0] + '&b=' + Number((nextLink.textContent-1)*10+1);


ASITEINFOを編集

url: '^https://news\.yahoo\.co\.jp/search/',
nextLink: 'id("Sp1")/p/strong/following-sibling::a',
pageElement: 'id("NSm")',