add all the sites u want to block in a text file and save it
add these rules to ur acl part of squid
Code:
acl bad_sites url_regex "<replace this with ur text file locat give full path>"
http_access deny bad_sites
and place the location of ur text file u just created inside those quotes (those quotes should be there)