Instagram preview fix
This commit is contained in:
parent
8c528b5e33
commit
1a33af73ea
|
@ -1,7 +1,7 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Canary
|
## Canary
|
||||||
* Fixed Gelbooru video previews
|
* Fixed Gelbooru and Instagram previews
|
||||||
* Moved database queries to a web worker to gain more responsive UI
|
* Moved database queries to a web worker to gain more responsive UI
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -173,6 +173,7 @@ export class ImageDomMutator {
|
||||||
this.add('rule34.paheal.net', this.getBaseJsMutatorScript(['#main_image', 'video', 'img']));
|
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('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('shadbase.com', this.getBaseJsMutatorScript(['#comic video', '#comic img', 'video', 'img']));
|
||||||
|
this.add('instagram.com', this.getBaseJsMutatorScript(['article video', 'article img', 'video', 'img']));
|
||||||
|
|
||||||
this.add(
|
this.add(
|
||||||
'pornhub.com',
|
'pornhub.com',
|
||||||
|
|
Loading…
Reference in New Issue