The script is inlined, so blocking by origin seems not possible. You could write a greasemonkey script (is that still a thing?) or write an extension which removes the line
I think you could also insert a script in the document head that adds an event listener for beforescriptexecute that checks for and cancels execution of the comcast script. A website could do this themselves even.
Better yet, block the script if detected, then fire the acknowledgement.
Better yet, block the script if detected, then fire the acknowledgement.