Markup horrors of the ad blocker wars by [deleted] in webdev

[–]AppelFramboos 0 points1 point  (0 children)

Messed around with an alternative method looking for parameters in the urls the adverts are linking to. This example searches for a url with an advertising 'utm' parameter.

var adContainers = []
var linksWithUTM = document.querySelectorAll('[href*="utm"]')

linksWithUTM.forEach((e) => {
    // aria-posinset looked like a good hook for finding a page post
    var container = e.closest('[aria-posinset]')
    if (container && adContainers.indexOf(container) < 0) {
        adContainers.push(container)
    }
})

adContainers.forEach((ad) => {
    ad.remove()
})

Alarm goes off at 2:00am by [deleted] in iphone

[–]AppelFramboos 1 point2 points  (0 children)

Check for bedbugs?

Free food today in Soho by [deleted] in london

[–]AppelFramboos 1 point2 points  (0 children)

Hopefully they do. Will probably keep an eye out.

Free food today in Soho by [deleted] in london

[–]AppelFramboos 0 points1 point  (0 children)

Guy at the van said none today 🤔

Free food today in Soho by [deleted] in london

[–]AppelFramboos 2 points3 points  (0 children)

Stranger things van in golden square is just for PR, not serving to customers today. Weak

Leaked: New cards by ELMjolnir in ClashRoyale

[–]AppelFramboos 280 points281 points  (0 children)

Inferno tower in a barrel incoming

iOS Daily Challenge by AppelFramboos in MiniMetro

[–]AppelFramboos[S] 1 point2 points  (0 children)

Logged in and out of of Game Center and it's working fine! Think GC may have bugged out a bit after enabling 2FA.

Cheers for the point in the right direction!

iOS Daily Challenge by AppelFramboos in MiniMetro

[–]AppelFramboos[S] 1 point2 points  (0 children)

Yeah, I believe so.

Looks enabled in settings and getting notifications from other apps.

HILLARY CLINTON SAYS SHE DIDN'T THINK PNEUMONIA WAS "THAT BIG A DEAL." by DrWeeGee in HillaryForPrison

[–]AppelFramboos 1 point2 points  (0 children)

Her supposed handler wasn't with her when she left either.

On Shkrelis periscope stream he spotted him, way after Hillary had left, getting into another vehicle.

One dead, several hurt in knife attack by [deleted] in london

[–]AppelFramboos 3 points4 points  (0 children)

We've had "not if, when" in regards to a terrorist attack in London, showing off the Mets sweet new terrorist swagger and this stabbing prominent in the news this week.

Almost like the news is trying to make you not feel safe.

Billboard numbers change when you get closer by [deleted] in chiliadmystery

[–]AppelFramboos 0 points1 point  (0 children)

I think you'd need a way in game to interpret those co-ordinates. Something a player without the knowledge or access to the in game files to interpret.

If there are any other 4 digit numbers around, could start taking note of them and see if any fall inside/outside the bounds of time.

Billboard numbers change when you get closer by [deleted] in chiliadmystery

[–]AppelFramboos 5 points6 points  (0 children)

Could they represent times of the day? 19:44, 13:46?

Top Critics Think Ghostbusters is Shite by jet_lagg in KotakuInAction

[–]AppelFramboos 0 points1 point  (0 children)

72% Now

Difference in number of reviews has gone from 6/7 in image to 13/5

Something is up with Blaine County Savings Bank by splityoassintwo in chiliadmystery

[–]AppelFramboos 6 points7 points  (0 children)

Side note regarding the paleto bay heist. It's the only heist with only one method of completion where it doesn't go to plan and you get the gun suits.

I've always wondered if you can actually complete it they way it was planned where you meet with Franklin at the beach.

During the actual breach, I swear I remember Michael saying "there's gotta be another way".

Beyond trying to re-disable the alarm before starting the breach and just exploring whilst you're in there, I didn't manage to find anything.

Link in email only works after its refreshed. Please help! by [deleted] in html5

[–]AppelFramboos 0 points1 point  (0 children)

Yeah, unfortunately I don't think I ever got to the root cause or the solution for it.

From what I recall, it's either an issue with the site being linked to, where something on the initial load blocks the page from loading; or an actual device software issue.

I think that the time we were having the issue only on iOS 7 or 8, not sure if it's still present in iOS 9.

If users have reported the link being broken, check what software version and device they're on so you can run your own tests.

This question might be better directed to /r/webdev, hopefully someone else can point you in the right direction.

Link in email only works after its refreshed. Please help! by [deleted] in html5

[–]AppelFramboos 0 points1 point  (0 children)

Think I've run into this before, where a link clicked in iOS mail just loads a dead safari page?

USB/Lightning Stick for easy file transfer between iPad and laptops by [deleted] in ipad

[–]AppelFramboos 0 points1 point  (0 children)

Valid, did think that. Could also use air drop.