Page 1 of 1

movie-blog.org

Posted: Thu Apr 19, 2018 6:25 am
by Mumpfi3k
The Site has now for quite a while a "Landingpage" for a Service.

I dont know why, but when i click on a Blog Entry, the Site will load the Landingpage first. When i click Browser back and click again, the Entry is loaded.

Im not sure, but i think it has do with the Javascript-Code below. The weired part is, that it happens like 1 time per Hour or so. I dont know why, maybe some other Filter of my Umatrix Filters or Ublock kick in, no idea. I

Thx for any help!

Code: Select all

<script>window.popns = 'myP3';</script>

- removed some garbage Stuff (Code Obfuscator or something like that, max. Postlenght is reached (69.411 Chars of allowed 60.000)

<script>
myP3.add('https://www.smoozed.rocks/landing/mb', 
{
under: true, 
newTab: true,
cookieExpires: 3600
});
</script>

Re: movie-blog.org

Posted: Thu Apr 19, 2018 6:55 am
by intense

Re: movie-blog.org

Posted: Thu Apr 19, 2018 5:31 pm
by smed79
add also

Code: Select all

||smoozed.rocks^
||goo.gl^$domain=movie-blog.org

Re: movie-blog.org

Posted: Thu Oct 18, 2018 11:52 am
by Mumpfi3k
They changed it. When i edit above Filter, it does not work. When you make your first Click on the Site, it opens a new Tab.

Code: Select all

<script>window.popns = 'vavpo';</script>

<script>
*removed due to length* 
</script>

<script>
vavpo.add('https://www.vavoo.tv/promo/VAVOO5', 
{
under: true, 
newTab: true,
cookieExpires: 3600
}
);
</script>

Re: movie-blog.org

Posted: Thu Oct 18, 2018 6:10 pm
by smed79
Adblock plus, add

Code: Select all

||movie-blog.org^$csp=script-src 'self'
with uBo, i get no popup.

Re: movie-blog.org

Posted: Thu Oct 18, 2018 8:25 pm
by Mumpfi3k
Seem not to work.

With my other Browser, Vivaldi, UbO 1.17.0, Popup was shown, restarted, does not appear anymore
With my normal Browser, Firefox 56.0.2, Ubo 1.17.2, it appears one time, until i restart the Browser or when i use privacy Mode

Re: movie-blog.org

Posted: Thu Oct 18, 2018 8:38 pm
by smed79
test

Code: Select all

||vavoo.tv/promo/$popup
or

Code: Select all

movie-blog.org#$#abort-on-property-read newTab

Re: movie-blog.org

Posted: Sat Oct 20, 2018 12:39 pm
by Mumpfi3k
Weired, seem not to work.

I just found out that the Popup comes only 1 time. When i delete the Cookie and reload the Page and click somewhere on the Page, Popup.
When i block Cookies for movie-blog.org and movie-blog.to and clicking on the Page always creates the Popup/Newtab.

Ive noticed that, when you go to movie-blog.org and click a Entry, it redirects to movie-blog.to

Code: Select all

||movie-blog.to^$csp=script-src 'self'
Seem to work now.

Re: movie-blog.org

Posted: Sat Oct 20, 2018 1:21 pm
by Mumpfi3k
I cant edit my previous Post: The Popup definitly doesnt appear anymore, but when you click on Mirrors, it doesnt decollapse. Means "script-src 'self'' blocks all Scripts.

Re: movie-blog.org

Posted: Sat Oct 20, 2018 8:00 pm
by smed79
I can't reproduce :-/

Purge and update your filter lists then test again.

Re: movie-blog.org

Posted: Sat Feb 16, 2019 7:02 am
by Mumpfi3k
Seems that they have a new Script. As far as i understand the Script-Code, it seem that they open first a about:blank and then adding the Target-URL. Is it possible to block such a Script without using NoScript or similiar Add-Ons?

Re: movie-blog.org

Posted: Sat Feb 16, 2019 8:07 am
by intense

Re: movie-blog.org

Posted: Sat Feb 16, 2019 3:40 pm
by smed79
Adblock Plus, add

Code: Select all

movie-blog.cc#$#abort-on-property-read puShown
movie-blog.cc#?#div[class^="beitrag"]:-abp-has(a:-abp-contains(www.vavoo.tv))
or

Code: Select all

||vavoo.tv/promo/$popup
movie-blog.cc#?#div[class^="beitrag"]:-abp-has(a:-abp-contains(www.vavoo.tv))