imgadult

javaman

New member
Not sure if anyone fixed this yet. Couldn't find anything with search.

Go to host file editor, find imgadult and remove the ? out of expression:

var iUrl = pageData.match(/src=('|")(https?:\/\/[^/]+\/upload\/big\/.+?)\1/);

becomes:

var iUrl = pageData.match(/src=('|")(https:\/\/[^/]+\/upload\/big\/.+?)\1/);
 
Top