Page 1 of 1

web.de

Posted: Sat Sep 29, 2018 12:17 pm
by Thaliel
bei web.de stört mich aktuell die große Grafik die für den Club wirbt. Ich schaffe es zwar sie zu verbergen, aber der leere platz bleibt bestehen. hat da jemand eine Idee?

Code: Select all

https://web.de/

Re: web.de

Posted: Sat Sep 29, 2018 8:02 pm
by intense

Code: Select all

web.de##.ad-component-inner
web.de##.ad-component
web.de###sepRespBillboard

Re: web.de

Posted: Sat Sep 29, 2018 8:35 pm
by Thaliel
intense wrote:

Code: Select all

web.de##.ad-component-inner
web.de###sepRespBillboard
kann man irgendiwe verhindern dass sich bei anwendung dieser filter die such(etc) leiste "über" die newsmeldungen legt?

Re: web.de

Posted: Sat Sep 29, 2018 8:45 pm
by smed79
@intense
These filters will cause a layout issue for me https://i.imgur.com/grHp7NW.png
I have to manually adjust the css to fix the issue https://i.imgur.com/VlsD8Ov.png

@Thaliel Help us by speaking english if you can.

Re: web.de

Posted: Sat Sep 29, 2018 10:19 pm
by Thaliel
yepp, this is what I was talking about. It seems that the bar with search etc is handle as a separate element instead of a static image, and applying ALL of the above filters would drag the news etc up to the top, but not the bar.
If you apply only
web.de##.ad-component-inner , you will have the big image hidden, but leaving behind the empty space

Re: web.de

Posted: Sun Sep 30, 2018 2:36 am
by smed79
You can override the CSS of a site in Firefox with userContent.css filte.
1. Open Firefox and press Alt to show the top menu, then click on "Help" ==> "Troubleshooting Information"
2. Click the "Show Folder button" beside the "Profile Folder" entry (should be the seventh line)
3. Create a folder named "chrome" in the directory that opens
4. In the chrome folder create a css file with the name userContent.css
5. Copy the following code to userContent.css, and restart Firefox:

Code: Select all

@-moz-document domain(web.de){
 #loginsearch  {margin-top: 100px !important;} 
}
An alternative for uBo users is to add the below filter

Code: Select all

web.de###loginsearch:style(margin-top: 100px !important;)

Re: web.de

Posted: Sun Sep 30, 2018 11:13 am
by Thaliel
smed79 wrote:An alternative for uBo users is to add the below filter

Code: Select all

web.de###loginsearch:style(margin-top: 100px !important;)
not quite, it will look like this
https://i.imgur.com/WlDYmzL.png

Re: web.de

Posted: Sun Sep 30, 2018 1:41 pm
by smed79
You need also the filter in your last message #p141620

==> https://i.imgur.com/Znj9IPM.png