ovo sam drmnuo na face, a uopće se nisam sjetio da bi i nekome u ovdje moglo koristiti, pa ono... ako volite prijateljstvo i mrzite hitlera, ovi switchevi su za vas:
These are google chrome (dev) switches that make my everyday browsing fast and comfy. Compiled it, tested and maintain it myself. I'll keep this list up to date with chromium dev version for myself, and you are free to use it at your own risk.
Add this to your google chrome or chromium launcher/shortcut:
Code:
--allow-file-access --allow-file-access-from-files --disable-dev-tools --disable-device-orientation --disable-flash-sandbox --disable-hang-monitor --disable-ipv6 --disable-logging --disable-renderer-accessibility --disable-restore-background-contents --disable-session-storage --disable-speech-input --disable-translate --enable-accelerated-2d-canvas --enable-accelerated-layers --enable-accelerated-plugins --enable-advanced-fs --enable-click-to-play --enable-experimental-extension-apis --enable-fastback --enable-filesystem-url-scheme --enable-gpu-plugin --enable-gview --enable-in-browser-thumbnailing --enable-media-player --enable-nacl --enable-native-web-workers --enable-page-prerender --enable-preconnect --enable-preparsed-js-caching --enable-snap-start --enable-sync --enable-sync-autofill --enable-video-fullscreen --enable-webaudio --experimental-location-features --ignore-certificate-errors --no-gpu-sandbox --no-sandbox --no-proxy-server --start-maximized --disable-tcp-fastopen
Beware: bleeding edge features like GPU rendering, native client support, tcp optimizations (that deviate from RFC), location spying and similar are enabled, except for tcp6 and DNS prefetching which are disabled because I find them to actually slow my browsing down.
Please note: If you use windows OS, don't ask me how can you add more than 6 switches to a shortcut in winodws. I don't know. Sorry... I know how I do it - bat file that starts chrome with these switches.
Dev note: this is not intended for web page/app development because all dev features are disabled to lighten it and speed it all up for everyday use.
Brief description of command line switches for Chromium/Chrome/Iron/whatever:
http://www.chromium.org/developers/h...ium-with-flags
In-depth description
http://src.chromium.org/svn/trunk/sr...me_switches.cc
FYI: my current build is 11.0.693.0 (Developer Build 77055)