movie-blog.org

German supplemental subscription
Locked
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

movie-blog.org

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

Post by intense »

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 »

add also

Code: Select all

||smoozed.rocks^
||goo.gl^$domain=movie-blog.org
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

Post 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>
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 »

Adblock plus, add

Code: Select all

||movie-blog.org^$csp=script-src 'self'
with uBo, i get no popup.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

Post 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
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 »

test

Code: Select all

||vavoo.tv/promo/$popup
or

Code: Select all

movie-blog.org#$#abort-on-property-read newTab
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

Post 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.
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

Post 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.
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 »

I can't reproduce :-/

Purge and update your filter lists then test again.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Mumpfi3k
Site Member
Site Member
Posts: 23
Joined: Wed Jun 29, 2016 1:39 am

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

Post by intense »

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 »

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))
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
Locked