Furaffinity fix
This commit is contained in:
parent
cf4acbae4d
commit
361c6ffd5a
|
@ -168,6 +168,7 @@ export class ImageDomMutator {
|
|||
this.add('imagefap.com', this.getBaseJsMutatorScript(['.image-wrapper img', 'video', 'img']));
|
||||
this.add('myhentaicomics.com', this.getBaseJsMutatorScript(['#entire_image img', 'video', 'img']));
|
||||
this.add('redgifs.com', this.getBaseJsMutatorScript(['video']));
|
||||
this.add('furaffinity.net', this.getBaseJsMutatorScript(['#submissionImg', 'video', 'img']));
|
||||
|
||||
this.add(
|
||||
'pornhub.com',
|
||||
|
|
|
@ -191,6 +191,8 @@ export class ImageUrlMutator {
|
|||
}
|
||||
}
|
||||
);
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue