зеркало из https://github.com/nextcloud/news.git
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:
Родитель
0ae9051e7f
Коммит
68ea8d989d
|
@ -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;
|
||||
}
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче