Visualise the Tracking and Advertising on a Webpage
pagexray.fouanalytics.com2 pointsby herne0 comments
justA() { comm -23 <(sort -u "$1") <(sort -u "$2"); }
justB() { comm -13 <(sort -u "$1") <(sort -u "$2"); }
bothAB() { comm -12 <(sort -u "$1") <(sort -u "$2"); }