------------------------------------------------------------------------------- Google Chrome Special pages chrome://flags/ Enable Download Resumption Enable single-click autofill Enable tab audio muting UI control Mark non-secure origins as non-secure (may get enabled by default soon) chrome://settings/clearBrowserData Especially clear Images and files (from beginning of time) chrome://plugins Enable plugings (like flash) scroll down to "Adobe Flash Player". and enable PPAPI ------------------------------------------------------------------------------- Preferances.. A JSON edit you can use is "jq" to reformat json google understands the reformated text. 1/ exit chrome 2/ cd ~/.config/google-chrome/Default 3/ mv Preferences Preferences.old 4/ jq . Preferences.old > Preferences 5/ vi Preferences --- Tell google to forget 'remember my decision' for xdg-open NOTE: there may be multiple "protocol_handler": { "excluded_schemes": { "afp": true, "data": true, "disk": true, "disks": true, "file": true, "hcp": true, "javascript": true, "mailto": false, "ms-help": true, "news": false, "nntp": true, "shell": true, "snews": false, "vbscript": true, "view-source": true, "vmware-csd": false, "vnd": { "ms": { "radio": true } } } }, and remove the line containing the protocol you remembered. Alternative * Go to Chrome Settings. * At the bottom, click Show advanced settings. * Under "Privacy," click Content settings. * Handlers or simply chrome://settings/handlers * And change or remove a handler from the list. --- Enable 'Ask' for Flash (.swf) files Edit ".config/google-chrome/Default/Preferences" Find the right "plugins": setting after "permission_autoblocking_data" "plugins": {"*,*": {"per_resource": {"adobe-flash-player": 1}}}, 1 = just run flash 2 = prompt to run ------------------------------------------------------------------------------- ERROR... "Server has a weak, ephemeral Diffie-Hellman public key" Web master need to update the DH key with a length > 1024 To allow it run chrome with specal arguments... google-chrome --cipher-suite-blacklist=0x0088,0x0087,0x0039,0x0038,0x0044,0x0045,0x0066,0x0032,0x0033,0x0016,0x0013 ------------------------------------------------------------------------------- Proxy setup google crome has no built in settings for proxy handling. It either uses the system proxy set via enviorment variables, or via command line arguments (sic). However for a sock5 proxy you must specify the protocol. google-chrome --incognito --proxy-server=socks5://127.0.0.1:4001 http://anonymouse.org/cgi-bin/anon-snoop.cgi -------------------------------------------------------------------------------