Show HN: Simple script to cripple personalized targeting from Facebook
21–30 of 124 posts
Re: Show HN: Simple script to cripple personalized targeting from Facebook
#22Earlier quoted context omitted.
Even if you stay logged out, your data is collected from your mobile devices. And even if you brick your devices and pull the battery, your data is collected by other people's mobile devices. It all runs to data brokers in the end, and that data has a reliance on Facebook for additional refinement. This technique impacts that refinement step.
You sound like you have intimate knowledge of the landscape. What would be a great disruption?
Re: Show HN: Simple script to cripple personalized targeting from Facebook
#23Re: Show HN: Simple script to cripple personalized targeting from Facebook
#24Re: Show HN: Simple script to cripple personalized targeting from Facebook
#25This got a little stuck on a few of the `.click()` calls for me. Here's my version: const wait = () => new Promise(resolve => setTimeout(resolve, 1000)); const getElementsByAriaLabel = (label) => document.querySelectorAll(`[aria-label="${label}"]`); const getElementsByRoleAndWidth = (role, width) => Array.from(document.querySelectorAll(`[role="${role}"]`)).filter(el => el.clientWidth === width); const getElementsByTe…
Ads are 509 pixels wide coming in 3 ... 2 ... 1 ...
Re: Show HN: Simple script to cripple personalized targeting from Facebook
#26Also, these scripts break often as they depend on observable behaviors that are not contracts. It's Hyrum's law again.
Re: Show HN: Simple script to cripple personalized targeting from Facebook
#27This got a little stuck on a few of the `.click()` calls for me. Here's my version: const wait = () => new Promise(resolve => setTimeout(resolve, 1000)); const getElementsByAriaLabel = (label) => document.querySelectorAll(`[aria-label="${label}"]`); const getElementsByRoleAndWidth = (role, width) => Array.from(document.querySelectorAll(`[role="${role}"]`)).filter(el => el.clientWidth === width); const getElementsByTe…
Re: Show HN: Simple script to cripple personalized targeting from Facebook
#28Separately, Firefox has a feature to isolate Facebook activity from other things you do on the web.
Re: Show HN: Simple script to cripple personalized targeting from Facebook
#29Re: Show HN: Simple script to cripple personalized targeting from Facebook
#30Intresting, for me the link 404's This page isn't available The link may be broken or the Page may have been removed. Check to see if the link that you're trying to open is correct. Go to Accounts Centre also Uncaught SyntaxError: await is only valid in async functions, async generators and modules