From d61d2e1e3f1c5b0c232376454e89c83a387f5dc0 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sun, 23 Jun 2019 17:06:23 -0500 Subject: [PATCH] PH fix --- chat/image-preview-mutator.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/chat/image-preview-mutator.ts b/chat/image-preview-mutator.ts index 6c59507..17fcdd8 100644 --- a/chat/image-preview-mutator.ts +++ b/chat/image-preview-mutator.ts @@ -46,6 +46,7 @@ export class ImagePreviewMutator { this.add('www.youtube.com', this.getBaseJsMutatorScript('video')); this.add('instantfap.com', this.getBaseJsMutatorScript('#post img, #post video')); this.add('www.webmshare.com', this.getBaseJsMutatorScript('video')); + this.add('pornhub.com', this.getBaseJsMutatorScript('.mainPlayerDiv video, .photoImageSection img')); // this fixes videos only -- images are fine as is this.add('i.imgur.com', this.getBaseJsMutatorScript('video'));