Werbung vor jedem Video auf Focus.de

German supplemental subscription
Locked
OneGamer
Guest

Werbung vor jedem Video auf Focus.de

Post by OneGamer »

Vor jedem Video auf Focus.de ist eine Werbung zu sehen, die sich nicht abschalten lässt. Zudem gibt es auf dieser Seite oftmals einige andere Anzeigen, die sich nicht abstellen lassen(!).
TonyTough
Site Member
Site Member
Posts: 49
Joined: Sat Oct 17, 2015 8:40 pm

Post by TonyTough »

Einfachste Lösung:
ublock Origin mit Standardeinstellungen + Easylist Germany statt ABP benutzen und den im Browser komplett deaktivieren. Dann ist sämtliche Werbung weg.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

example link
http://www.focus.de/politik/videos/nach ... 90265.html

blank page when using ubo in firefox, infinite loading page

page loads normally (but with video ads) in ABP
TonyTough
Site Member
Site Member
Posts: 49
Joined: Sat Oct 17, 2015 8:40 pm

Post by TonyTough »

intense wrote:example link
http://www.focus.de/politik/videos/nach ... 90265.html

blank page when using ubo in firefox, infinite loading page
You have to deactivate Adobe Flash Plugin completly, so that html5 player is used.

Then the page and video loads without video ads in ublock origin.
TonyTough
Site Member
Site Member
Posts: 49
Joined: Sat Oct 17, 2015 8:40 pm

Post by TonyTough »

PS:
Flash plugin should be avoided at all because it uses proprietary methods so that ads can't be filtered out. It is also a security risk.
Quote from ublock author gorhill:
Flash has to be considered proprietary blob, so this means a Flash player could force ads on users and no workaround possible -- so we should all stick to non-Flash player as much as possible.
In the meantime for sites that still don't yet support html5 player, you can use the plugin "FlashDisable" in Firefox (Toolbar button that lets you disable and re-enable Flash with just one click):
https://addons.mozilla.org/en-US/firefo ... le/?src=ss
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

if someone still uses flash player the page is completely blocked by ubo
even without flash ubo blocks completely the page in firefox

with ABP and flash player the page is still loaded

without flash, just add this filter to remove the ads (any adblocker):

Code: Select all

||p5.focus.de/img/fotos/crop2*-cv*.jpg$domain=focus.de
TonyTough
Site Member
Site Member
Posts: 49
Joined: Sat Oct 17, 2015 8:40 pm

Post by TonyTough »

intense wrote:even without flash ubo blocks completely the page in firefox
The site and video (also other videos on focus.de) works without problems for me with ublock origin 1.51 and completly deactivated flash plugin.
I use focus.de and videos there daily.

My configuration:
Firefox 43.03 64bit
ublock origin 1.51 with all standard filters + Easylist Germany + AAK List + Fanboy's social blocking list + Adblock Warning Removal List
Flash Plugin completly deactivated (activation on demand is not enough)
WarFame
Postaholic
Postaholic
Posts: 713
Joined: Fri Nov 27, 2015 1:35 pm

Post by WarFame »

No Problem with:
Firefox ESR 38.5.2 + uBlock Origin 1.5.3 + no flash
Chrome 47.0.2526.106 + uBlock Origin 1.5.2 + flash

However I'm blocking the script from s0.2mdn.net (it's in my hosts file).
elypter
Site Member
Site Member
Posts: 23
Joined: Mon Oct 12, 2015 1:28 pm

Post by elypter »

are there addons that allow the detection of the flash plugin site wise?
WarFame
Postaholic
Postaholic
Posts: 713
Joined: Fri Nov 27, 2015 1:35 pm

Post by WarFame »

elypter wrote:are there addons that allow the detection of the flash plugin site wise?
What do you mean? Any website can detect whether you have flash or not.
elypter
Site Member
Site Member
Posts: 23
Joined: Mon Oct 12, 2015 1:28 pm

Post by elypter »

navigator.plugins tells the website what plugins are installed. if it outputs something different on focus.de then you could still keep flash for your flashgames.
WarFame
Postaholic
Postaholic
Posts: 713
Joined: Fri Nov 27, 2015 1:35 pm

Post by WarFame »

You could use QuickJava to easily toggle flash.
cw2k
Site Member
Site Member
Posts: 26
Joined: Sat Dec 19, 2015 3:58 pm

Post by cw2k »

The critical script on focus.de is
#videoPlayer first Java inline Script
If i block this:
||www.focus.de/homadConfigFocus.json
Script input via burp proxy (Drop) there i'll be no Video-Ads even with Flashplayer

Problem uBlock or ABP block raises an error that prevents the videoplayer from being shown.
Well Burp proxy block by returning some html page instead of an error.

I don't know but if it is possible block/disable
#videoPlayer.JavaScript[0]
or
www.focus.de/homadConfigFocus.json with no error

we could get rid of video ads on focus.de even when the flashplayer is enabled
cw2k
Site Member
Site Member
Posts: 26
Joined: Sat Dec 19, 2015 3:58 pm

Post by cw2k »

Okay got it done.
To avoid videoAds allow this:
@@||c.amazon-adsystem.com/aax2/amzn_ads.js$domain=focus.de
:banana:
_________________________________
Background:
.html
...
<script type="text/javascript">
if (
typeof(amznads) != 'object' ||
TFT.Ext.FOL.getUrlParam(document.location, 'simadblock') == 'true') {
var hasABL = true
...
} else var hasABL = false;


TFT.Ext.FOL.video.writePlayer = function(iwidth, iheight) {

tfmsuite("#fwid1").tfmvideo({
adsAllowed: (true && ( TFT.Ext.FOL.video.bShowPreroll() || TFT.Ext.FOL.getUrlParam(document.location,'fc') == 'false' )) ? true : false,
...
fcCaption: 'Jetzt nur ein Spot',
...
isAdBlPresent: hasABL,

</script>

Negative check:
Adding
?simadblock=true to url like this
http://www.focus.de/wissen/videos/chemi ... block=true
will bring back video-ads.
TonyTough
Site Member
Site Member
Posts: 49
Joined: Sat Oct 17, 2015 8:40 pm

Post by TonyTough »

Current EasylistGermany prevents html5 videos on focus.de from playing using Firefox 43.04 and ublock 1.55.

Die aktuelle EasylistGermany verhindert, dass html5 Videos auf focus.de starten oder gestartet werden können mit Firefox 43.04 und ublock 1.55.
akks_mtb1981
Senior Member
Senior Member
Posts: 66
Joined: Sat Aug 15, 2015 3:36 pm

Post by akks_mtb1981 »

Mit Firefox 44rc3 und ublock 1.6.0b6 flash ausgeschaltet, funktioniert es perfekt auf focus.de! d.h. keine Werbung vor jedem Video...

Die aktuelle EasylistGermany verhindert nichts....


mfg
MonztA
EasyList Author
EasyList Author
Posts: 8121
Joined: Thu Jul 26, 2007 4:19 pm
Location: Germany

Post by MonztA »

Kann ich nicht reproduzieren. Keine Probleme, wenn EasyList und EasyList Germany aktiviert ist.
TonyTough
Site Member
Site Member
Posts: 49
Joined: Sat Oct 17, 2015 8:40 pm

Post by TonyTough »

Jetzt geht es bei mir.
Heute morgen und gestern ging es nicht.
micgeb
New Member
New Member
Posts: 2
Joined: Thu Dec 31, 2015 8:01 pm

Post by micgeb »

Ich sehe noch die Werbung vor jedem Video. Ich benutze uBlock und den Safari.
Was muss ich eintragen um die Werbung zu blocken?
Alles was in diesem Thread gepostet wurde, habe ich getestet.
Leider kein Erfolg gehabt.
Danke
akks_mtb1981
Senior Member
Senior Member
Posts: 66
Joined: Sat Aug 15, 2015 3:36 pm

Post by akks_mtb1981 »

micgeb wrote:Ich sehe noch die Werbung vor jedem Video. Ich benutze uBlock und den Safari.
Was muss ich eintragen um die Werbung zu blocken?
Alles was in diesem Thread gepostet wurde, habe ich getestet.
Leider kein Erfolg gehabt.
Danke

Ich würde dir raten, lade dir die Firefox 44 Final und ublock 1.6.0b8 runter, dann hast du keinen stress mit werbung! Safari und ublock ich weis nicht.....
um deine frage zu beantworten, normalerweise musst du bei ublock nichts einstellen in hinsicht focus.de, du brauchst die vorgegebenen standart filter und musst den flashplayer deaktivieren, dann müsste es gehen!

mfg
Locked