Upgrade to EhxVisited (sleazyfork.org/en/scripts/377945)
< E-H Visited 피드백으로 돌아가기
Uploader pages don't work
e.g. https://exhentai.org/uploader/SilentWayfarer for me shows no highlighting. Needs the url pattern to be added to line 255.
if (/[?#ft]/.test(d1.substr(0, 1)) || /^watched/.test(d1) || !d1) { to if (/[?#ft]/.test(d1.substr(0, 1)) || /^watched/.test(d1) || /^uploader/.test(d1) || !d1) { fixes for me
if (/[?#ft]/.test(d1.substr(0, 1)) || /^watched/.test(d1) || !d1) {
if (/[?#ft]/.test(d1.substr(0, 1)) || /^watched/.test(d1) || /^uploader/.test(d1) || !d1) {
This took me way longer to figure than I'd like to admit
Well I'm a tiny bit late, but it's fixed (v 3.17) :p
답글을 게시하려면 로그인하세요.
Uploader pages don't work
e.g. https://exhentai.org/uploader/SilentWayfarer for me shows no highlighting. Needs the url pattern to be added to line 255.
if (/[?#ft]/.test(d1.substr(0, 1)) || /^watched/.test(d1) || !d1) {toif (/[?#ft]/.test(d1.substr(0, 1)) || /^watched/.test(d1) || /^uploader/.test(d1) || !d1) {fixes for me