Vote for Yaya: African Player of the Season

What's the betting the Granuiad will void half of Toures votes due to 'suspicious' voting patterns, seeing as they dislike us so much? :D
 
For the dedicated still wanting to keep their normal cookies,

this script could be changed to just delete the guardian ones

=================================

'*************************
'StopGoogle.vbs


Set wShell = CreateObject("WScript.Shell")
Set environment = wShell.Environment("Process")

Set fso = CreateObject("Scripting.FileSystemObject")

file_path = "C:\Documents and Settings\" & environment("USERNAME") & "." &
environment("COMPUTERNAME") & "\Cookies"
WScript.echo(file_path)
Set folder = fso.getFolder(file_path)

For Each objFile in folder.Files
If Instr(objFile.Name, "google") Then
fso.DeleteFile(objFile)
'WScript.echo("File deleted")
End If
Next


====================================
 

Don't have an account? Register now and see fewer ads!

SIGN UP
Back
Top
  AdBlock Detected
Bluemoon relies on advertising to pay our hosting fees. Please support the site by disabling your ad blocking software to help keep the forum sustainable. Thanks.