Added Slashdot.org enhancer to get rid of tons of advertising that create a lot of whitespace when using adblock

This commit is contained in:
Bernhard Posselt 2014-10-06 15:37:22 +02:00
Родитель 0ae9051e7f
Коммит 68ea8d989d
5 изменённых файлов: 15 добавлений и 2 удалений

Просмотреть файл

@ -1,3 +1,6 @@
owncloud-news (3.303)
* **Enhancement**: Added Slashdot.org enhancer to get rid of tons of advertising that create a lot of whitespace when using adblock
owncloud-news (3.302)
* **Bugfix**: Fix text overflow for subscriptions and starred feed
* **Bugfix**: Styles for h4, h5 and h6

Просмотреть файл

@ -2,6 +2,9 @@
"cad-comic.com": {
"%cad-comic.com/cad/\\d+/$%": "//*[@id='content']/img"
},
"slashdot.org": {
"%rss.slashdot.org%": "//article/div"
},
"explosm.net": {
"%explosm.net/comics%": "//*[@id='maincontent']/div[2]/div/img",
"%explosm.net/show%": "//*[@id='videoPlayer']/iframe"

Просмотреть файл

@ -6,4 +6,11 @@
float: left;
margin-right: 10px;
padding: 6px 0;
}
#app-content .custom-slashdot-org .body i {
display: block;
border-left: 1px solid rgb(210,210,210);
margin: 25px 0;
padding: 0 0 0 15px;
}

2
css/news-owncloud7.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

2
css/news.min.css поставляемый

Различия файлов скрыты, потому что одна или несколько строк слишком длинны