<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Web Browsers on MarkJacobsen.net</title><link>https://test.markjacobsen.net/tags/web-browsers/</link><description>Recent content in Web Browsers on MarkJacobsen.net</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><lastBuildDate>Fri, 26 Jan 2018 13:41:00 +0000</lastBuildDate><atom:link href="https://test.markjacobsen.net/tags/web-browsers/index.xml" rel="self" type="application/rss+xml"/><item><title>Email Bookmarklets</title><link>https://test.markjacobsen.net/2018/01/email-bookmarklets/</link><pubDate>Fri, 26 Jan 2018 13:41:00 +0000</pubDate><guid>https://test.markjacobsen.net/2018/01/email-bookmarklets/</guid><description>&lt;p&gt;Ever want an easy way to email a webpage to yourself? Maybe it’s to send it to your task list, or just to share with a co-worker? Of course there are extensions for most browsers to do this, but if you would prefer a bookmarklet that doesn’t require any installation, here’s how to do it. This is the basic link structure…&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;javascript:document.location='mailto:?subject='+document.title+'&amp;amp;body='+escape(document.location);
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Or, for simplicity sake, just drag and drop this link into your bookmarks bar… [Email][1]&lt;/p&gt;
&lt;p&gt;Of course you can go wild and start customizing the URL to your hearts content. Set a value after the “mailto:”, or maybe even a CC. For example…&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;javascript:document.location='mailto:me@here.com?subject='+document.title+'&amp;amp;cc=you@there.com&amp;amp;body='+escape(document.location);[1]: javascript:document.location='mailto:?subject='+document.title+'&amp;amp;body='+escape(document.location);
&lt;/code&gt;&lt;/pre&gt;</description></item><item><title>Google Chrome Keyboard Shortcuts for Tabs</title><link>https://test.markjacobsen.net/2013/02/google-chrome-keyboard-shortcuts-for-tabs/</link><pubDate>Tue, 05 Feb 2013 15:41:05 +0000</pubDate><guid>https://test.markjacobsen.net/2013/02/google-chrome-keyboard-shortcuts-for-tabs/</guid><description>&lt;p&gt;So I hope by now everyone knows that &lt;strong&gt;Ctrl+T&lt;/strong&gt; opens a new tab in Chrome, but I always forget these shortcuts so hope they help trigger your memory too…&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Ctrl+T&lt;/strong&gt; = Open a new tab&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ctrl+W&lt;/strong&gt; = Close the current tab&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ctrl+1&lt;/strong&gt; through &lt;strong&gt;Ctrl+8&lt;/strong&gt; = Go to the tab at the specified position in the window&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ctrl+9&lt;/strong&gt; = Go to the last tab in the window&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Ctrl+Tab&lt;/strong&gt; = Go to the next tab in the window&lt;/li&gt;
&lt;li&gt;
&lt;address&gt;
 &lt;strong&gt;Ctrl+Shirt+Tab&lt;/strong&gt; = Go to the previous tab in the window
&lt;/address&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Note: Yes, these all appear to work in FireFox too. I’m just partial to Chrome.&lt;/p&gt;</description></item></channel></rss>