We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以下のSITEINFOがAutoPatchWorkでは動作しません。 http://wedata.net/items/60489
なお、Firefox、ChromeのAutoPagerizeでは動作したので、AutoPatchWorkでの問題です。
おそらく、NAVERまとめの記事での対策が誤爆しているのではないでしょうか。
The text was updated successfully, but these errors were encountered:
Comment out or remove this block in injected script includes/AutoPatchWork.js to fix it:
includes/AutoPatchWork.js
if (location.host==='matome.naver.jp') { var _get_next = get_next; get_next = function(doc) { var next = _get_next(doc); if (!next || !next.hasAttribute('onclick')) return; var nextpage = next.getAttribute('onclick').match(/goPage\(\s*(\d+)\s*\)/)[1]; var form=document.getElementsByName('missionViewForm')[0]; var param=[].slice.call(form).map(function(i){return i.name+'='+(i.name==='page'?nextpage:i.value);}).join('&'); next.href = location.pathname+'?'+param; return next; }; next = get_next(document); }
Sorry, something went wrong.
I got. i'm going to fix it. thank you!
No branches or pull requests
以下のSITEINFOがAutoPatchWorkでは動作しません。
http://wedata.net/items/60489
なお、Firefox、ChromeのAutoPagerizeでは動作したので、AutoPatchWorkでの問題です。
おそらく、NAVERまとめの記事での対策が誤爆しているのではないでしょうか。
The text was updated successfully, but these errors were encountered: