Earlier quoted context omitted.
How about creating /e8f6b078-0f35-11de-85c5-efc5ef23aa1f/aupm/notify.do on your server to notify Comcast users about what their internet service provider is doing? If people started doing that en masse it could bring attention to the problem and with enough publicity get Comcast to reconsider JS injection. I don't really understand the point of this, either. Couldn't they starting redirecting users to a static page s…
Best idea ever! But, they'll probably prosecute who ever does it for some BS reason and sentence them to a term of 500 years
Comcast injecting JS
51–60 of 288 posts
Re: Comcast injecting JS
#52I'm guessing this is their clever way of reminding you to pay the bill when you're late?
Pay your bill or they'll stuff ugly JavaScript in your browser, you've been warned!
Re: Comcast injecting JS
#53Isn't JS injection a copyright violation, since it creates a derived work? Or has that idea been shot down before?
Re: Comcast injecting JS
#54This code is beyond awful - it fails to display, makes endless AJAX requests, and more; here are a few fun tidbits: 1. The code is not encapsulated in an IIFE, so it clobbers any global variables (like 'image_url') in the page, breaking any scripts relying on those variables. 2. The code spends an inordinate time checking if you're running Netscape Navigator 6. 3. Strangely, they include a whole bunch of code allowin…
Not to mention the potential GPL violation for cut-n-pasting brainjar code.
Re: Comcast injecting JS
#55Um, is this something that is always injected? I have comcast and I don't see it in any pages. I'm guessing this is their clever way of reminding you to pay the bill when you're late? Pay your bill or they'll stuff ugly JavaScript in your browser, you've been warned!
You have reached 90% of your monthly data usage allowance.
Re: Comcast injecting JS
#56Earlier quoted context omitted.
How about creating /e8f6b078-0f35-11de-85c5-efc5ef23aa1f/aupm/notify.do on your server to notify Comcast users about what their internet service provider is doing? If people started doing that en masse it could bring attention to the problem and with enough publicity get Comcast to reconsider JS injection. I don't really understand the point of this, either. Couldn't they starting redirecting users to a static page s…
Best idea ever! But, they'll probably prosecute who ever does it for some BS reason and sentence them to a term of 500 years
Re: Comcast injecting JS
#57Using that system they can selectively notify customers. Like if they detect your system is infected with a virus. Or warn you your service will be discontinued if you don't pay your bill.
Re: Comcast injecting JS
#58I'm getting a lot of requests on our servers for "/e8f6b078-0f35-11de-85c5-efc5ef23aa1f/aupm/notify.do" so I can confirm this is in production. I can also confirm they suck at JS.
How about creating /e8f6b078-0f35-11de-85c5-efc5ef23aa1f/aupm/notify.do on your server to notify Comcast users about what their internet service provider is doing? If people started doing that en masse it could bring attention to the problem and with enough publicity get Comcast to reconsider JS injection. I don't really understand the point of this, either. Couldn't they starting redirecting users to a static page s…
Re: Comcast injecting JS
#59Re: Comcast injecting JS
#60Isn't JS injection a copyright violation, since it creates a derived work? Or has that idea been shot down before?