Instagram preview fix

This commit is contained in:
Mr. Stallion 2021-01-24 11:15:42 -06:00
parent 8c528b5e33
commit 1a33af73ea
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Changelog
## Canary
* Fixed Gelbooru video previews
* Fixed Gelbooru and Instagram previews
* Moved database queries to a web worker to gain more responsive UI

View File

@ -173,6 +173,7 @@ export class ImageDomMutator {
this.add('rule34.paheal.net', this.getBaseJsMutatorScript(['#main_image', 'video', 'img']));
this.add('xhamster.com', this.getBaseJsMutatorScript(['#photo_slider video', '#photo_slider img', 'video', 'img']));
this.add('shadbase.com', this.getBaseJsMutatorScript(['#comic video', '#comic img', 'video', 'img']));
this.add('instagram.com', this.getBaseJsMutatorScript(['article video', 'article img', 'video', 'img']));
this.add(
'pornhub.com',