Skip to content

Commit

Permalink
Create aliexpress.user.css
Browse files Browse the repository at this point in the history
  • Loading branch information
taoufix authored Sep 2, 2024
1 parent 034919b commit 26e579c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions aliexpress.user.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/* ==UserStyle==
@name AliExpress Tweaks
@namespace https://github.com/taoufix/user-styles/aliexpress
@version 1.0.0
@description Hanle annoyances from AliExpress
@author taoufix
==/UserStyle== */

@-moz-document domain("aliexpress.com") {
.pop-content {
background: black !important;
}

.pop-close-btn {
background: red !important;
}
}

0 comments on commit 26e579c

Please sign in to comment.