Browser
Jump to navigation
Jump to search
todo; merge and populate
General
- BrowserFame is a website dedicated to browsers, web apps, internet trends, HTML5 and related stuff.
Bookmarklet to launch site without tabs or bookmarks. Hiding the address bar is forbidden due to anti-phishing.
javascript:window.open(location.href, "detab", "toolbar=0")
- https://wiki.archlinux.org/index.php/Profile-sync-daemon - caches browser profiles in tmpfs (RAM)
Services
- Xmarks - bookmarks (and tab) sync (and web access)
- iPhone view - nicer for quick access
Bookmarklets
- Making Bookmarklets - gist
- Bookmarklets for text manipulation - 5typos.net by Roberto Mateu - "after some head-scratching I modified some existing bookmarklets to make them work for me"
javascript:%28function%28s%29%7Btry%7Bs=document.selection.createRange%28%29.text%7Dcatch%28_%29%7Bs=document.getSelection%28%29%7Dprompt%28%27MediaWiki Copy%27,%27%5Cn%2A %5B%27+location+%27 %27+document.title+%27%5d - %27+s+%27%5Cn%27%29%7D%29%28%29 # MediaWiki copy title/url/selected text
Readability
- https://code.google.com/archive/p/arc90labs-readability - no direct draggable bookmarklet link
Chrome
Internals
Shift+ESC process manager
- chrome://version
- chrome://net-internals
- chrome://flags (or about:flags)
Cache
Files are cached with weird names. To find, say PDFs:
find ~/.cache/google-chrome -type f -exec file {} + | grep PDF
Chromium
- http://chromium.woolyss.com/ - download links and info for various platforms
- http://www.chromestatus.com/features
- https://chromium-build.appspot.com/p/chromium/console - build monitor and changelog
- https://chromiumcodereview.appspot.com/
- Debian Bug report logs - #792580 - chromium: Chromium calls home even in incognito mode with safe browsing turned off [1]
Keyboard control
- Linux keyboard shortcuts
- chrome keyboard shortcuts
- https://developers.google.com/chrome-developer-tools/docs/shortcuts
Ctrl+PgUp tab left Ctrl+PgDown tab right
middle click open link in new tab Ctrl+Shift+N open link in new tab and follow
Ctrl+L Highlights the URL. Ctrl+K or Ctrl+E Places a '?' in the address bar. Type a search term after the question mark to perform a search using your default search engine.
Multiple profiles
Two methods; multiple browser profiles, and multiple users.
browser profiles;
- http://www.chromium.org/developers/creating-and-using-profiles
- http://www.chromium.org/developers/design-documents/multiple-profiles
multiple user accounts;
Vimium
u half-page up d half-page down J/L tab left/right
Webkit
Dev Tools
chrome://inspect/
Introductions
I/O videos;
- Google Chrome Developer Tools
- Google I/O 2013 - Chrome DevTools Revolutions
- Google I/O 2012 - Chrome Developer Tools Evolution
- Google I/O 2011: Chrome Dev Tools Reloaded
Guides
- https://developers.google.com/chrome-developer-tools/docs/tips-and-tricks
- http://discover-devtools.codeschool.com/
- http://bgrins.github.io/devtools-snippets/
Extensions
- http://developer.chrome.com/extensions/experimental.devtools.audits.html
- http://www.chromium.org/developers/design-documents/extensions/how-the-extension-system-works/chrome-benchmarking-extension
To sort
Mobile
Extensions
- Chrome Extensions for Web Hackers, Part Ⅰ: Introduction - March 28th, 2010
- AdBlock Plus - do not use, nor AdBlock
- µBlock is not an ad blocker; it's a general-purpose blocker. µBlock blocks ads through its support of the Adblock Plus filter syntax. µBlock extends the syntax and is designed to work with custom rules and filters.
- saves form content in case of page change or crash
- Fauxbar - Fauxbar makes Chrome's New Tab page act like Firefox's Awesome Bar. Needs a fast PC!
- Xmarks Bookmark Sync - Bookmark transfer without a Google Account.
- Tab Menu - quicker tab jump
- AutoScroll - changed linux middle mouse click behaviour on web pages from paste to autoscroll
Media
Better CPU usage with an external player:
Security
- https://chrome.google.com/webstore/detail/http-switchboard/mghdpehejfekicfjcdbfofhcmnjhgaag - use with caution
- https://github.com/gorhill/uMatrix/ - fork of above
Productivity
- TabCopy - Quickly copy tab titles and URLs to the clipboard
- https://chrome.google.com/webstore/detail/create-link/gcmghdmnkfdbncmnmlkkglmnnhagajbm?hl=en or
- https://chrome.google.com/webstore/detail/tabcopy/micdllihgoppmejpecmkilggmaagfdmb?hl=en-US or
- https://chrome.google.com/webstore/detail/have-i-downloaded-this-be/apjambapclnlphnllchfdlmhaijeamah
- You Lack Discipline!
- Controlled multi-tab browsing - not stuck with
- https://chrome.google.com/webstore/detail/session-buddy/edacconmaakjimmfgnblocblbcdcpbko?hl=en-GB
- https://chrome.google.com/webstore/detail/tabs-outliner/eggkanocgddhmamlbiijnphhppkpkmkl?hl=en-GB
- https://github.com/Connorhd/TabCloud
- https://chrome.google.com/webstore/detail/keyboard-detachreattach-t/fcdnbffbdamioochllldblfcblgifjcp
History
Development
- ColorZilla - colour picker
- Page Ruler - get dimension or area size and position
- http://felixniklas.com/dimensions/ [11]
- Get jQuery Selector Path
- Request Maker - Log, edit and send HTTP requests
- Incognito This! - copy tab address into incognito
- NOREF suppress link referrer info (for dev2prod links)
- http://www.getpostman.com/ - http requests
Themes
Accessibility
Site specific
- Reddit Enhancement Suite - RES is essential for Reddit viewing
- Social Fixer - fix facebook
- Pinboard Plus - for pinboard.in
- ModHeader - use "X-Forwarded-For" & "12.13.14.15" to view daily show content
- YTshowRating - adds rating bars to related videos for avoiding crap
- https://chrome.google.com/webstore/detail/youtube-subscriptions-gri/dcnjhgnfnmijfkmcddcmffeamphmmeed
- https://chrome.google.com/webstore/detail/youtube-options/bdokagampppgbnjfdlkfpphniapiiifn - youtube
Firefox
Plugins
- Milk's Firefox Collection - to update
Themes
Development
Firebug
Tools Adaptor
Security
Sync
- https://known.phyks.me/2015/self-hosting-firefox-sync-15 https://news.ycombinator.com/item?id=10721876
- https://wiki.mozilla.org/Identity/Firefox_Accounts
- https://github.com/mozilla/fxa-auth-server - The Firefox Accounts authentication server.
- https://github.com/mozilla-services/syncserver - Run-Your-Own Firefox Sync Server
Other
Nightly
- https://aur.archlinux.org/packages/firefox-nightly/
- http://www.squarefree.com/burningedge/
- https://bbs.archlinux.org/viewtopic.php?id=128749 - autoupdate permissions issue
Future
- Boot to Gecko - mobile os
Is now called Firefox OS
- http://www.techweekeurope.co.uk/news/mozilla-firefox-os-developer-86176
- http://en.wikipedia.org/wiki/Firefox_OS
- Servo - Gecko engine replacement, written in Rust
Safari
Opera
Internet Explorer / Edge
- http://www.ie6countdown.com/
- http://theie7countdown.com/
- http://theie8countdown.com/
- http://theie9countdown.com/
- http://theie10countdown.com/
Console
Links
- http://links.twibright.com/
- -g for graphics needs enabling in compile, or see links-g-directfb in AUR
Lynx
Lightweight GUI
- NetSurf Web Browser - Small as a mouse, fast as a cheetah and available for free. NetSurf is a multi-platform web browser for RISC OS, UNIX-like platforms (including Linux), Mac OS X, and more. Whether you want to check your webmail, read the news or post to discussion forums, NetSurf is your lightweight gateway to the world wide web. Actively developed, NetSurf is continually evolving and improving.
- https://en.wikipedia.org/wiki/NetSurf - implements most of the HTML 4 and CSS 2.1 specifications. has a framebuffer port.
- Zetakey - Enable embedded device with latest HTML5 browser. It is a Webkit-based browser solution that offers HTML5 compliance, high-performance browser for Embedded Linux, Windows CE 5/6, Compact 7 and Windows Mobile.
- http://www.conkeror.org/ - not so light
- vimb - a fast and lightweight vim like web browser based on the webkit web browser engine and the GTK toolkit. Vimb is modal like the great vim editor and also easily configurable during runtime. Vimb is mostly keyboard driven and does not detract you from your daily work. If your are familiar with vim or have some experience with pentadactyl the use of vimb would be a breeze, if not we missed our target.
Other
- Pale Moon - an Open Source, Goanna-based web browser available for Microsoft Windows and Linux (with other operating systems in development), focusing on efficiency and customization. Pale Moon offers you a browsing experience in a browser completely built from its own, independently developed source that has been forked off from Firefox/Mozilla code a number of years ago, with carefully selected features and optimizations to improve the browser's stability and user experience, while offering full customization and a growing collection of extensions and themes to make the browser truly your own.
- http://techcrunch.com/2015/04/10/bittorrent-maelstrom-beta/ - bittorrent/distributed [17]
Extensions