Gelbooru fix
This commit is contained in:
parent
f96dab3b61
commit
52bf27d4fc
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## Canary
|
||||||
|
* Fixed Gelbooru video previews
|
||||||
|
|
||||||
|
|
||||||
## 1.9.0
|
## 1.9.0
|
||||||
* Right click any word and select 'Look up...' to see its dictionary definition
|
* Right click any word and select 'Look up...' to see its dictionary definition
|
||||||
* Skip button for auto-post ads
|
* Skip button for auto-post ads
|
||||||
|
|
|
@ -142,7 +142,7 @@ export class ImageDomMutator {
|
||||||
this.add('about:blank', '');
|
this.add('about:blank', '');
|
||||||
this.add('e621.net', this.getBaseJsMutatorScript(['video', '#image']));
|
this.add('e621.net', this.getBaseJsMutatorScript(['video', '#image']));
|
||||||
this.add('e-hentai.org', this.getBaseJsMutatorScript(['video', '#img']));
|
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('gyazo.com', this.getBaseJsMutatorScript(['.image-view video', '.image-view img']));
|
||||||
this.add('chan.sankakucomplex.com', this.getBaseJsMutatorScript(['video', '#image']));
|
this.add('chan.sankakucomplex.com', this.getBaseJsMutatorScript(['video', '#image']));
|
||||||
this.add('danbooru.donmai.us', this.getBaseJsMutatorScript(['video', '#image']));
|
this.add('danbooru.donmai.us', this.getBaseJsMutatorScript(['video', '#image']));
|
||||||
|
|
|
@ -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=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://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]
|
[url=https://rule34.paheal.net/post/view/3035573#search=Mag%27har_Orc]Paheal.net video[/url]
|
||||||
|
|
|
@ -672,7 +672,7 @@
|
||||||
.modal {
|
.modal {
|
||||||
.word-definition-viewer {
|
.word-definition-viewer {
|
||||||
max-width: 50rem !important;
|
max-width: 50rem !important;
|
||||||
width: 50% !important;
|
width: 70% !important;
|
||||||
min-width: 22rem !important;
|
min-width: 22rem !important;
|
||||||
|
|
||||||
.modal-content {
|
.modal-content {
|
||||||
|
|
Loading…
Reference in New Issue