Add plaisio rules and README

This commit is contained in:
George Kaklamanos 2018-12-04 23:20:40 +02:00
parent c2fb4ffbbb
commit bed56b6f18
2 changed files with 24 additions and 0 deletions

13
plaisio/README.md Normal file
View file

@ -0,0 +1,13 @@
# Plaisio annoyances
Here is an explanation of each rule included in this filter:
## In a list of products
* `www.plaisio.gr##.badge`: In a list of products, if a products has a discount a badge is displayed on the corner of the product's image.
* `www.plaisio.gr##.productPrevPrice`: In a list of products, if a products has a discount, the original price is shown as well as the current one.
## Bottom of the page
* `www.plaisio.gr##.smallBottomUspItemsWrap`: A banner that says about free pickup from the store, free phone support etc etc
* `www.plaisio.gr##footer > .top.row`: A colorful banner that shows the phone number.
* `www.plaisio.gr##footer > .middle.row`: A form to sign up for the newsletter
* `www.plaisio.gr##footer > .bottom.row`: The footer

View file

@ -0,0 +1,11 @@
! Title: gkaklas Plaisio Annoyances
! Description: Removes unnecessary elements from plaisio.gr
! Expires: 10 days
! Homepage: https://gitlab.com/gkaklas/ubo-annoyances
! License: https://gitlab.com/gkaklas/ubo-annoyances/blob/master/LICENSE
www.plaisio.gr##.badge
www.plaisio.gr##.productPrevPrice
www.plaisio.gr##.smallBottomUspItemsWrap
www.plaisio.gr##footer > .top.row
www.plaisio.gr##footer > .middle.row
www.plaisio.gr##footer > .bottom.row