UltraWide Video 21:9 fix #168

This commit is contained in:
overdodactyl 2019-03-03 10:52:28 -05:00
parent c1b9b8a025
commit 4e67ac95ab
4 changed files with 20 additions and 1 deletions

View File

@ -0,0 +1,9 @@
/*! Alters the webextension UltraWide Video 21:9
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://{75afe46a-7a50-4c6b-b866-c43a1075b071}/html/popup.html") {
html {
background: var(--in-content-box-background)!important;
color: var(--in-content-page-color)!important;
border: 3px solid!important
}
}

View File

@ -22,7 +22,7 @@ gulp.task('minify_base_code', function() {
/* Remove internal UUIDs */
gulp.task('remove_UUIDs', function() {
return gulp.src('.')
.pipe(exec('sh scripts/uuids.sh remove'))
.pipe(exec('sh scripts/uuids.sh remove nogen'))
});

View File

@ -3009,6 +3009,15 @@ body.colorBlind #netFilteringDialog > .panes > .details > div[data-status="2"],
border-color: var(--in-content-box-border-color)!important
}
}
/*! Alters the webextension UltraWide Video 21:9
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://{75afe46a-7a50-4c6b-b866-c43a1075b071}/html/popup.html") {
html {
background: var(--in-content-box-background)!important;
color: var(--in-content-page-color)!important;
border: 3px solid!important
}
}
/*! Alters the webextension uMatrix
IMPORTANT: change the Internal UUID */
@-moz-document url-prefix("moz-extension://uMatrix@raymondhill.net/") {

View File

@ -33,6 +33,7 @@
@import "css/userContent-files/webextension-tweaks/tridactyl.css";
@import "css/userContent-files/webextension-tweaks/ublock_origin.css";
@import "css/userContent-files/webextension-tweaks/ubo_scope.css";
@import "css/userContent-files/webextension-tweaks/ultrawide_video.css";
@import "css/userContent-files/webextension-tweaks/umatrix.css";
@import "css/userContent-files/webextension-tweaks/vim_vixen.css";
@import "css/userContent-files/webextension-tweaks/violentmonkey.css";