web.de

German supplemental subscription
Locked
User avatar
Thaliel
Senior Member
Senior Member
Posts: 68
Joined: Mon Feb 20, 2017 11:52 pm

web.de

Post 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/
intense
Contributor
Contributor
Posts: 10497
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Code: Select all

web.de##.ad-component-inner
web.de##.ad-component
web.de###sepRespBillboard
User avatar
Thaliel
Senior Member
Senior Member
Posts: 68
Joined: Mon Feb 20, 2017 11:52 pm

Post 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?
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post 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.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
User avatar
Thaliel
Senior Member
Senior Member
Posts: 68
Joined: Mon Feb 20, 2017 11:52 pm

Post 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
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post 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;)
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
User avatar
Thaliel
Senior Member
Senior Member
Posts: 68
Joined: Mon Feb 20, 2017 11:52 pm

Post 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
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

You need also the filter in your last message #p141620

==> https://i.imgur.com/Znj9IPM.png
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Locked