For those who don't have the script working, you need to change the script. 1)Click on the Tampermonkey icon. 2)Select the control panel (pinion icon) 3)On the line "e-hentai to nhentai" select "edit" on the right side of the screen (pencil icon) 4)In the code you need to replace the function (function SearchNyahentai() { ...) to this one function SearchNyahentai() { var title=document.title.replace(/( - ExHentai\.org)|( - E-Hentai Galleries)|[^\w\d\[\]]/g," "); window.open(nyahentaiSite+"/search/?q="+encodeURI(title)); } 5)Click Ctr+S
For those who don't have the script working, you need to change the script.
1)Click on the Tampermonkey icon.
2)Select the control panel (pinion icon)
3)On the line "e-hentai to nhentai" select "edit" on the right side of the screen (pencil icon)
4)In the code you need to replace the function (function SearchNyahentai() { ...) to this one
function SearchNyahentai() {
var title=document.title.replace(/( - ExHentai\.org)|( - E-Hentai Galleries)|[^\w\d\[\]]/g," ");
window.open(nyahentaiSite+"/search/?q="+encodeURI(title));
}
5)Click Ctr+S