From 8a7d33b0349d13582af1211ca064751aabbeb5c2 Mon Sep 17 00:00:00 2001
From: "Mr. Stallion" <mrstallion@nobody.nowhere.fauxemail.ext>
Date: Tue, 2 Jul 2019 19:02:59 -0500
Subject: [PATCH] Reoder selectors

---
 chat/image-preview-mutator.ts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chat/image-preview-mutator.ts b/chat/image-preview-mutator.ts
index d7e3ce0..322f476 100644
--- a/chat/image-preview-mutator.ts
+++ b/chat/image-preview-mutator.ts
@@ -34,7 +34,7 @@ export class ImagePreviewMutator {
     }
 
     protected init() {
-        this.add('default', this.getBaseJsMutatorScript('#image, #video, img, video'));
+        this.add('default', this.getBaseJsMutatorScript('#video, #image, video, img'));
         this.add('e621.net', this.getBaseJsMutatorScript('#image, video'));
         this.add('e-hentai.org', this.getBaseJsMutatorScript('#img, video'));
         this.add('gelbooru.com', this.getBaseJsMutatorScript('#image, video'));
@@ -51,7 +51,7 @@ export class ImagePreviewMutator {
         this.add('www.sex.com', this.getBaseJsMutatorScript('.image_frame img, .image_frame video'));
         this.add('sex.com', this.getBaseJsMutatorScript('.image_frame img, .image_frame video'));
         this.add('redirect.media.tumblr.com', this.getBaseJsMutatorScript('picture img, picture video'));
-        this.add('i.imgur.com', this.getBaseJsMutatorScript('img, video'));
+        this.add('i.imgur.com', this.getBaseJsMutatorScript('video, img'));
 
         this.add(
             'imgur.com',