From 52bf27d4fcdd5338e8edbe92c952a68299c02871 Mon Sep 17 00:00:00 2001 From: "Mr. Stallion" Date: Sat, 23 Jan 2021 16:06:38 -0600 Subject: [PATCH] Gelbooru fix --- CHANGELOG.md | 4 ++++ chat/preview/image-dom-mutator.ts | 2 +- chat/preview/test-urls.txt | 2 ++ electron/Index.vue | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a282104..ce83950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Canary +* Fixed Gelbooru video previews + + ## 1.9.0 * Right click any word and select 'Look up...' to see its dictionary definition * Skip button for auto-post ads diff --git a/chat/preview/image-dom-mutator.ts b/chat/preview/image-dom-mutator.ts index 4fbc263..dc093c7 100644 --- a/chat/preview/image-dom-mutator.ts +++ b/chat/preview/image-dom-mutator.ts @@ -142,7 +142,7 @@ export class ImageDomMutator { this.add('about:blank', ''); this.add('e621.net', this.getBaseJsMutatorScript(['video', '#image'])); this.add('e-hentai.org', this.getBaseJsMutatorScript(['video', '#img'])); - this.add('gelbooru.com', this.getBaseJsMutatorScript(['.post-view video', '.contain-push video', '#image'])); + this.add('gelbooru.com', this.getBaseJsMutatorScript(['video.gelcomVPlayer', '.post-view video', '.contain-push video', '#image'])); this.add('gyazo.com', this.getBaseJsMutatorScript(['.image-view video', '.image-view img'])); this.add('chan.sankakucomplex.com', this.getBaseJsMutatorScript(['video', '#image'])); this.add('danbooru.donmai.us', this.getBaseJsMutatorScript(['video', '#image'])); diff --git a/chat/preview/test-urls.txt b/chat/preview/test-urls.txt index de18631..7163f15 100644 --- a/chat/preview/test-urls.txt +++ b/chat/preview/test-urls.txt @@ -81,6 +81,8 @@ [url=https://gelbooru.com/index.php?page=post&s=view&id=4609485&tags=animated%203d%20anal]Gelbooru search[/url] + [url=https://gelbooru.com/index.php?page=post&s=view&id=4602460]Gelbooru video[/url] + [url=https://www.redgifs.com/watch/jampackedwaryafricanparadiseflycatcher-strap-on]Redgifs[/url] [url=https://rule34.paheal.net/post/view/3035573#search=Mag%27har_Orc]Paheal.net video[/url] diff --git a/electron/Index.vue b/electron/Index.vue index 5817f64..108b046 100644 --- a/electron/Index.vue +++ b/electron/Index.vue @@ -672,7 +672,7 @@ .modal { .word-definition-viewer { max-width: 50rem !important; - width: 50% !important; + width: 70% !important; min-width: 22rem !important; .modal-content {