Browser

From Things and Stuff Wiki
Revision as of 15:37, 31 August 2019 by Milk (talk | contribs)
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")


Services

  • Xmarks - bookmarks (and tab) sync (and web access)

Bookmarklets



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


Chrome

Chrome has jumped the shark:


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






Keyboard control

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;

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;

Guides

Extensions

To sort

Mobile

Extensions



- 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!


  • AutoScroll - changed linux middle mouse click behaviour on web pages from paste to autoscroll




Media

Better CPU usage with an external player:

Security

Productivity






  • LipSurf - a Google Chrome extension that enables users to browse with their voice — augmenting the mouse/keyboard paradigm, enabling hands-free productivity. [10]

History

Development

  • NOREF suppress link referrer info (for dev2prod links)

Themes

Accessibility

  • Accessibility: Keyboard Access - The Chromium Projects - An important design goal is for Chrome to be fully accessible via the keyboard. Many users with disabilities may be unable to use a mouse or other pointing device, and there are many scenarios where power users prefer keyboard shortcuts.



Site specific


  • ModHeader - Modify HTTP request and response headers



Other

Firefox

Plugins







Themes

Keyboard control

Development

Firebug

Tools Adaptor

Security

Sync




Other

Nightly


Variations

Future

Is now called Firefox OS

  • Servo - Gecko engine replacement, written in Rust

Safari

Opera

Internet Explorer / Edge


Console

Links

Lynx

W3M

  • W3M - a text-based web browser as well as a pager like `more' or `less'. With w3m you can browse web pages through a terminal emulator window (xterm, rxvt or something like that). Moreover, w3m can be used as a text formatting tool which typesets HTML into plain text.

edbrowse

  • edbrowse - a combination editor, browser, and mail client that is 100% text based. The interface is similar to /bin/ed, though there are many more features, such as editing multiple files simultaneously, and rendering html. This program was originally written for blind users, but many sighted users have taken advantage of the unique scripting capabilities of this program, which can be found nowhere else. A batch job, or cron job, can access web pages on the internet, submit forms, and send email, with no human intervention whatsoever. edbrowse can also tap into databases through odbc. It was primarily written by Karl Dahlke.

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.


  • 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.




  • surf - a simple suckless web browser based on WebKit2/GTK+. It is able to display websites and follow links. It supports the XEmbed protocol which makes it possible to embed it in another application. Furthermore, one can point surf to another URI by setting its XProperties.











  • 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.







  • Browsh - a fully-modern text-based browser. It renders anything that a modern browser can; HTML5, CSS3, JS, video and even WebGL. It can be used from a terminal or from within a normal browser. Its main purpose is to significantly reduce bandwidth and thus both increase browsing speeds and decrease bandwidth costs.

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.






Extensions




User scripts

Usage

Capabilities

  • HTML5test - How well does your browser support HTML5?


  • Can I use... - provides up-to-date browser support tables for support of front-end web technologies on desktop and mobile web browsers.The site was built and is maintained by Alexis Deveria, with occasional updates provided by the web development community. The design used as of 2014 was largely created by Lennart Schoors.


  • Browserscope - a community-driven project for profiling web browsers. The goals are to foster innovation by tracking browser functionality and to be a resource for web developers.Gathering test results from users "in the wild" is the most important and useful feature of Browserscope - and you can participate!


  • WhatDevice - a web app that displays information about your computer, tablet, phone, or other internet-connected device. The code is available on GitHub.


  • https://github.com/web-platform-tests/wpt - a W3C-coordinated attempt to build a cross-browser testsuite for the Web-platform stack. Writing tests in a way that allows them to be run in all browsers gives browser projects confidence that they are shipping software that is compatible with other implementations, and that later implementations will be compatible with their implementations. This in turn gives Web authors/developers confidence that they can actually rely on the Web platform to deliver on the promise of working across browsers and devices without needing extra layers of abstraction to paper over the gaps left by specification editors and implementors.

Java