From 361c6ffd5a332952636b245aa8104ab8274c66d6 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sun, 4 Oct 2020 16:30:15 -0500 Subject: [PATCH] Furaffinity fix --- chat/preview/image-dom-mutator.ts | 1 + chat/preview/image-url-mutator.ts | 2 ++ 2 files changed, 3 insertions(+) diff --git a/chat/preview/image-dom-mutator.ts b/chat/preview/image-dom-mutator.ts index 9f0812e..78a857d 100644 --- a/chat/preview/image-dom-mutator.ts +++ b/chat/preview/image-dom-mutator.ts @@ -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', diff --git a/chat/preview/image-url-mutator.ts b/chat/preview/image-url-mutator.ts index ce0ae77..55345a0 100644 --- a/chat/preview/image-url-mutator.ts +++ b/chat/preview/image-url-mutator.ts @@ -191,6 +191,8 @@ export class ImageUrlMutator { } } ); + + }