<?xml version="1.0" encoding="utf-8"?>

<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>macosxhints.com web browser tips</title>
<link>http://www.macosxhints.com/index.php?topic=browsers</link>
<description>Tips and tricks for using web browsers, from macosxhints.com</description>
<managingEditor>webteam@macosxhints.com</managingEditor>
<webMaster>webteam@macosxhints.com</webMaster>
<copyright>Copyright 2009 Mac OS X Hints</copyright>
<generator>Geeklog</generator>
<pubDate>Tue, 17 Nov 2009 07:30:01 -0800</pubDate>
<language>en-gb</language>
<atom:link href="http://www.macosxhints.com/backend/hintsbrowse.rss" rel="self" type="application/rss+xml" />
<item>
<title>Set Firefox profile directly within the application bundle</title>
<link>http://www.macosxhints.com/article.php?story=20091106222902593</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20091106222902593</guid>
<pubDate>Tue, 17 Nov 2009 07:30:01 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20091106222902593#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>I share a computer with my wife (using one account), and we both use Firefox and many of the same services (Gmail, Facebook, etc.). As such, it can be quite a hassle to keep track of who logged in last and who added what bookmarks. 
&lt;br&gt;&lt;br&gt;
Fortunately, Firefox provides the capability to have separate profiles for just such a situation. Unfortunately, it is not very simple to set up an easy and consistent way to launch those profiles. So, here are some of the options I tried before arriving at what I think is a pretty good solution.
&lt;b&gt;Option 1: Use the profile manager.&lt;/b&gt; In this mode, the &lt;a href=&quot;http://kb.mozillazine.org/Profile_Manager#Mac_OS_X&quot;&gt;profile manager&lt;/a&gt; will pop up every time Firefox is launched and you can choose your profile. This is nice and all, but what if my wife wants to launch Firefox while I already have it open? If she clicks the Firefox icon in the Dock, it just brings the app to the front and does not give the profile manager dialog.&lt;br&gt;&lt;br&gt;

&lt;b&gt;Option...</description>
</item>
<item>
<title>Zoom Firefox windows via scroll wheel</title>
<link>http://www.macosxhints.com/article.php?story=20091101193249986</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20091101193249986</guid>
<pubDate>Wed, 11 Nov 2009 07:30:00 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20091101193249986#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>Firefox (versions 3.5 and up, at least) has the ability to zoom in and out of a web page, adjusting both text and graphics, without affecting the rest of the screen. You can access this feature via the menus (View &amp;raquo; Zoom In or Zoom Out), and via the noted keyboard shortcuts (Command-equals to zoom in; Command-minus to zoom out; Command-0 to reset).
&lt;br&gt;&lt;br&gt;
What you may not know is that you can also zoom via your mouse's scroll wheel. Press Control-Command (Control-Option also works) and move the scroll wheel up or down. The browser window  will zoom in or out while maintaining, for the most part, the clarity of the text and images. The rest of the screen does not change.</description>
</item>
<item>
<title>10.6: An AppleScript to check complete page loading in Safari</title>
<link>http://www.macosxhints.com/article.php?story=20091101035318405</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20091101035318405</guid>
<pubDate>Tue, 10 Nov 2009 07:30:00 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20091101035318405#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>&lt;img src=&quot;http://www.macosxhints.com/images/106only.png&quot; alt=&quot;Snow Leopard only hint&quot; align=&quot;left&quot; style=&quot;margin-right: 10px&quot;&gt;This code will basically run until the currently-loading page is done loading in Safari. This code is working in Safari 4.0.3 running on OS X 10.6; I haven't tested in other versions of Safari or the OS.

&lt;div style=&quot;margin-left: 20px; margin-top:10px; margin-bottom:10px; padding: 5px; border:1px solid; width:520px; height:120px; overflow:scroll;white-space:nowrap;resize:both&quot;&gt;&lt;a title=&quot;Drag-select from top-to-bottom, then copy, and paste into Script Editor&quot;&gt;&lt;pre&gt;repeat
  delay 0.5
  tell application &quot;System Events&quot; to ¬
    tell application process &quot;Safari&quot;
      set a to get properties of button 1 of text field 1 of splitter group 1 of group 2 of tool bar 1 of window 1
          set b to accessibility description of a
      
      if b contains &quot;stop&quot; then
        ---say &quot;loading&quot;
      else
        say &quot;loaded&quot;
        exit repeat
      end if
    end tell...</description>
</item>
<item>
<title>Set default zoom level in Safari using a CSS file</title>
<link>http://www.macosxhints.com/article.php?story=20091019093600680</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20091019093600680</guid>
<pubDate>Mon, 02 Nov 2009 07:30:05 -0800</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20091019093600680#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>In &lt;a href=&quot;http://discussions.apple.com/thread.jspa?threadID=2114926&amp;amp;tstart=1&quot;&gt;this post&lt;/a&gt; on Apple's discussion site, user &lt;a href=&quot;http://discussions.apple.com/profile.jspa?userID=1708392&quot;&gt;dearlt&lt;/a&gt; posted a great tip on how to get Safari to use a default zoom level of your own choosing (instead of the standard 100%). I've edited the post a bit to make it clearer, but the basic instructions are unchanged.
&lt;ol&gt;
&lt;li&gt;Create a file (using a pure text editor) named &lt;em&gt;defaultzoom.css&lt;/em&gt;, or any name you like -- just make sure it has a .css extension.&lt;/li&gt;
&lt;li&gt;Copy and paste the following code into the file:

&lt;pre&gt;&lt;code&gt;body {
zoom: 130%;
}&lt;/code&gt;&lt;/pre&gt;

Change &lt;tt&gt;130&lt;/tt&gt; to whatever number suits you. Anything greater than &lt;tt&gt;100&lt;/tt&gt; means zoom in; less than &lt;tt&gt;100&lt;/tt&gt; means zoom out. Don't forget the % percent sign!
&lt;br&gt;&lt;br&gt;
If you're using TextEdit on a Mac, be sure to have it create .txt documents by default (not .rft) before copying and pasting the above text. You c...</description>
</item>
<item>
<title>10.6: Create an RTF-formatted link to current Safari page</title>
<link>http://www.macosxhints.com/article.php?story=20091002090934432</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20091002090934432</guid>
<pubDate>Wed, 21 Oct 2009 07:30:04 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20091002090934432#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>&lt;img src=&quot;http://www.macosxhints.com/images/106only.png&quot; alt=&quot;Snow Leopard only hint&quot; align=&quot;left&quot; style=&quot;margin-right: 10px&quot;&gt;To copy a clickable hyperlink of the currently shown website from Safari (with the website title and its URL embedded in it) to the clipboard, in order to paste it somewhere else, you would have to: Open a rich text editor, drag the link from the Safari URL bar to the text editor, Control-click on the created hyperlink, and finally, click on Copy Link. This is tedious work. Safari should have a &quot;copy hyperlink to clipboard&quot; button.
&lt;br&gt;&lt;br&gt;
Because it didn't, I wrote my own Service in 10.6 to get the job done. Here's how:
&lt;ol&gt;
&lt;li&gt;Open Automator and create a new Service. In the Service Receives section, set the two drop-down menus to No Input and Any Application.&lt;/li&gt;
&lt;li&gt;Find and drag the &lt;em&gt;Run AppleScript&lt;/em&gt; action into the work area.&lt;/li&gt;
&lt;li&gt;Paste the following AppleScript into the code box in the action item:&lt;/li&gt;
 ...</description>
</item>
<item>
<title>Delete Safari cookies so they stay deleted</title>
<link>http://www.macosxhints.com/article.php?story=2009093016252637</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=2009093016252637</guid>
<pubDate>Mon, 19 Oct 2009 07:30:04 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=2009093016252637#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>This is a very simple hint, but I haven't found the information anywhere else.&lt;br /&gt;
&lt;br /&gt;
When you delete cookies in Safari 4, whether from within its Preferences dialog or in some other way, they will all mysteriously reappear anywhere from a few minutes to perhaps an hour later. I've seen several accounts of why this happens and how to prevent it, but none of them worked for me.&lt;br /&gt;
&lt;br /&gt;
What did work is this: after deleting the cookies, quit Safari immediately, before it has time to restore them. When you relaunch Safari, the cookies will be gone for good. Apparently they're being cached in memory and written back to the Cookies.plist file periodically.</description>
</item>
<item>
<title>10.6: Run Safari 4 Beta in Snow Leopard</title>
<link>http://www.macosxhints.com/article.php?story=20090925131057394</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090925131057394</guid>
<pubDate>Wed, 14 Oct 2009 07:30:02 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090925131057394#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>&lt;img src=&quot;http://www.macosxhints.com/images/106only.png&quot; align=&quot;left&quot; style=&quot;margin-right: 10px&quot;&gt;I, like many others, really liked the tabs-on-top look the Safari 4 Beta had, and felt cheated when it was removed from the final version. It's not really devastating to be missing this, but as a laptop user, I want to have every centimeter of screen for something meaningful.
&lt;br&gt;&lt;br&gt;
I forgot to back up the Beta application, but I did keep the installer. Using &lt;a href=&quot;http://www.charlessoft.com&quot;&gt;Pacifist&lt;/a&gt;, I unpacked the application, and tried to run it. However, at least as of 10.6, the Safari 4 beta won't launch.
&lt;br&gt;&lt;br&gt;
Luckily, all you need to do is replace the Beta's &lt;em&gt;info.plist&lt;/em&gt; and &lt;em&gt;version.plist&lt;/em&gt; files with those from Safari 4 Final. These are found in the application bundle (Control-click and pick Show Package Contents from the pop-up menu). You might also want to replace &lt;em&gt;useragents.plist&lt;/em&gt; from within Resources. For safety, back up your preferences be...</description>
</item>
<item>
<title>Create a floating Pandora Radio widget-app</title>
<link>http://www.macosxhints.com/article.php?story=20090918065805745</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090918065805745</guid>
<pubDate>Thu, 08 Oct 2009 07:30:01 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090918065805745#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>After reading in MacWorld about &lt;a href=&quot;http://www.macworld.com/article/140617/2009/05/videowidget.html&quot;&gt;creating a standalone video playback widget&lt;/a&gt;, I thought I could apply the same technique to create a &lt;a href=&quot;http://www.pandora.com&quot;&gt;Pandora&lt;/a&gt; radio widget that stays open all the time.
&lt;br&gt;&lt;br&gt;
I created a web clip in Safari, selecting the relevant portion of the Pandora site. Then I followed the directions in the MacWorld article (also in &lt;a href=&quot;http://www.macosxhints.com/article.php?story=20050422172929402&quot;&gt;this hint&lt;/a&gt;) to enable the removal of widgets from Dashboard. I then opened Dashboard and started dragging my Pandora widget around, and pressed F12 to close the Dashboard, which transferred the widget to the Desktop. The widget will now stay open whether Dashboard is running or not, and whether Safari is running or not. 
&lt;br&gt;&lt;br&gt;
[&lt;b&gt;robg adds:&lt;/b&gt; Safari's Web Clip feature is quite useful for things such as this, though it suffers one near-fatal flaw: you canno...</description>
</item>
<item>
<title>Recreate 'Page Snapback' feature in Safari 4</title>
<link>http://www.macosxhints.com/article.php?story=2009090817432725</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=2009090817432725</guid>
<pubDate>Fri, 25 Sep 2009 07:30:05 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=2009090817432725#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>I was unhappy when Safari lost the Page Snapback command from the History menu. This command would take Safari back to the very first History page for that window/tab. Well, here's a little javascript bookmarklet that does the same job. 

&lt;pre&gt;&lt;code&gt;javascript:history.go(1-history.length);&lt;/code&gt;&lt;/pre&gt;

Create a new bookmark, and enter that into the Address field. I keep mine on the bookmark bar, and it works fine for my needs. I wish I had thought of this sooner!</description>
</item>
<item>
<title>Change the size of Safari's QuickTime controls</title>
<link>http://www.macosxhints.com/article.php?story=20090904141614470</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090904141614470</guid>
<pubDate>Tue, 22 Sep 2009 07:30:02 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090904141614470#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>In the past, in-browser QuickTime controls were extremely awkward. Loading an MP3 track in Safari, for instance, would yield controls that were incredibly tiny. Things have gotten a little bit better with the latest Safari release.
&lt;br&gt;&lt;br&gt;
You can now use the zoom feature, via the View &amp;raquo; Zoom In (or Out) menu items (and their keyboard shortcuts), or by using &quot;pinch-to-zoom&quot; if you're on a laptop.
&lt;br&gt;&lt;br&gt;
The controls can now be much larger, although the scrobbling icon is at a fairly poor resolution.
&lt;br&gt;&lt;br&gt;
[&lt;b&gt;robg adds:&lt;/b&gt; As submitted, this hint discussed QuickTime X as the source of zoomable controller, but it seems to be based on Safari's page zoom feature. Although Firefox also has a page zoom feature, it won't zoom the QuickTime controller. This hint should work in both 10.5 and 10.6.]</description>
</item>
<item>
<title>Zoom out to see more of a Google Docs spreadsheet</title>
<link>http://www.macosxhints.com/article.php?story=20090904025722500</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090904025722500</guid>
<pubDate>Fri, 18 Sep 2009 07:30:02 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090904025722500#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>One of the features of version 4 of Safari is that it preserves the layout of a webpage when you zoom in or out (Command-Plus and Command-Minus, or use the View menu bar item). This is because, unlike previous versions, any element on the webpage is also zoomed, not just the text.
&lt;br&gt;&lt;br&gt;
One pleasant side effect of this is that you can emulate Excel's Zoom Out/In feature on Google Doc's spreadsheets with version 4 of Safari. This allows you to see more of your spreadsheet when required.
&lt;br&gt;&lt;br&gt;
[&lt;b&gt;robg adds:&lt;/b&gt; This also works in Firefox, and probably any other browser that supports full-page zoom.]</description>
</item>
<item>
<title>Search Gmail with keyboard shortcut in Safari with Glims</title>
<link>http://www.macosxhints.com/article.php?story=2009082606051617</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=2009082606051617</guid>
<pubDate>Thu, 03 Sep 2009 07:30:01 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=2009082606051617#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>With &lt;a href=&quot;http://www.machangout.com/&quot;&gt;Glims&lt;/a&gt; for Safari it is possible, among other things, to add custom search engines to Safari. You can also search within your Gmail inbox this way. With a keyboard shortcut assigned, it proves a quick way to search and acces your inbox. 
&lt;br&gt;&lt;br&gt;
Add this query URL for the custom search engine: 

&lt;pre&gt;&lt;code&gt;http://mail.google.com/mail/?hl=en&amp;amp;tab=wm#search/,#query#&lt;/code&gt;&lt;/pre&gt;

[&lt;b&gt;robg adds:&lt;/b&gt; I haven't tested this one. If you're using Snow Leopard, you'll either have to &lt;a href=&quot;http://www.macosxhints.com/article.php?story=20090903043702715&quot;&gt;run Safari in 32bit mode&lt;/a&gt;, or wait for an updated version of Glims (which is apparently in the works, based on comments the Glims developers have made).]</description>
</item>
<item>
<title>Modify the Safari Top Hit result with Caps Lock</title>
<link>http://www.macosxhints.com/article.php?story=20090818162655224</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090818162655224</guid>
<pubDate>Tue, 01 Sep 2009 07:30:01 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090818162655224#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>It's possible to change the Top Hit result in Safari 4's location bar by using the Caps Lock key before typing a URL.
&lt;br&gt;&lt;br&gt;
For example, I have http://www.ingdirect.ca/fr/ bookmarked, and http://www.ingdirect.ca/ in my history. If Caps Lock is off, Safari lists http://www.ingdirect.ca/ (from History) as the Top Hit. With Caps Lock, the bookmark (http://www.ingdirect.ca/fr/) is the Top Hit.
&lt;br&gt;&lt;br&gt;
However, this doesn't work consistently. I think the bookmarked URL needs to be accessed more often than the root URL to be moved to the Top Hit position.
&lt;br&gt;&lt;br&gt;
[&lt;b&gt;robg adds:&lt;/b&gt; I don't use Safari enough to test this to figure out what/why things change; if you do and can figure anything out, please post -- this seems like a possible bug more than a feature.]</description>
</item>
<item>
<title>A workaround for PDFs not downloading in Firefox 3.5.2</title>
<link>http://www.macosxhints.com/article.php?story=20090818172129699</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090818172129699</guid>
<pubDate>Wed, 26 Aug 2009 07:30:01 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090818172129699#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>I have gotten used to downloading certain PDF files and then viewing them in a Preview session started by Firefox. When I upgraded Firefox to 3.5.2, this stopped working. What I got instead was a tab with a blank screen and the name of the file in the tab header.  Where was my dialog box? How do I get the document?
&lt;br&gt;&lt;br&gt;
Well, it turns out that selecting File &amp;raquo; Save Page As will open a dialog box allowing me to save the PDF file. Then going to Finder and opening the file with Preview gets me to the place I was before. I suspect that this drop in functionality is simply a temporary bug -- but if it's bit you, too, this is how I worked around the problem.
&lt;br&gt;&lt;br&gt;
But the good news is that my PDF issue pointed me to &lt;a href=&quot;http://www.macosxhints.com/article.php?story=20080616163154556&quot;&gt;another hint here&lt;/a&gt; about viewing PDFs directly in Firefox via a plug-in. So for the cases where I don't want an archived copy of the PDF (like the monthly schedule for my local ice rink), ...</description>
</item>
<item>
<title>10.5: Disable the 'downloaded from internet' file warning</title>
<link>http://www.macosxhints.com/article.php?story=2009081808315511</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=2009081808315511</guid>
<pubDate>Tue, 25 Aug 2009 07:30:00 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=2009081808315511#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>I just discovered (by accident) what the VerifiedDownloadPlugin is. My Safari app was completely broken, as I couldn't always download. This had become quite annoying, so I started looking around. I then found the /Library &amp;raquo; Internet Plug-Ins folder, and within that, an old Speed Download plugin which was causing my Safari issues.
&lt;br&gt;&lt;br&gt;
However, I also found something else called VerifiedDownloadPlugin.plugin. I took both of them out, and my Safari worked quite well again. The bonus from this change is that I actually got rid of all those dialogs that tell me that the files I downloaded came from the internet -- well, I &lt;em&gt;know&lt;/em&gt; they came from the internet; I just downloaded them! Even plain HTML files can't be opened without clicking that stupid OK button.
&lt;br&gt;&lt;br&gt;
But now I'm feeling so much better. It's much easier to use my Mac. Of course, there's some reason for Apple to put the safety warning there, but ... if you know downloaded the files, because you wanted to ...</description>
</item>
<item>
<title>Close Safari window without confirmation</title>
<link>http://www.macosxhints.com/article.php?story=20090820150231909</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090820150231909</guid>
<pubDate>Fri, 21 Aug 2009 07:30:31 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090820150231909#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>I'm often annoyed by the confirmation dialog that pops up in Safari 4 when I try to close a window with multiple tabs open. (&amp;quot;Are you sure you want to close this window?&amp;quot;) But I don't want to turn off that message altogether (by checking its &amp;quot;Do not warn when closing multiple pages&amp;quot; box). Too often, I hit the close button by mistake when minimizing windows, so that warning is sometimes nice to have. Instead, I've discovered I can bypass that warning by holding down the Option key when clicking on the close button.</description>
</item>
<item>
<title>Enable visual tab switcher in Firefox 3.6a1</title>
<link>http://www.macosxhints.com/article.php?story=20090812045937470</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090812045937470</guid>
<pubDate>Wed, 12 Aug 2009 07:30:02 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090812045937470#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>As a (primarily) Firefox user, I read of the &lt;a href=&quot;https://developer.mozilla.org/devnews/index.php/2009/08/07/firefox-3-6-alpha-1-now-available-for-download/&quot;&gt;recent release of Firefox 3.6a1&lt;/a&gt; (known as Namoroka), and downloaded the alpha for testing. Note that this release isn't targeted for typical users, as it's far from feature complete and may crash. For instance, the Advanced and Privacy prefs don't seem to work at all on my Mac Pro. 
&lt;br&gt;&lt;br&gt;
One feature in 3.6a1 (which was originally slated for 3.5, I believe) is a &lt;a href=&quot;https://wiki.mozilla.org/Firefox/Sprints/Control_Tab#Design&quot;&gt;visual tab switcher&lt;/a&gt;. Much as you can use Command-Tab to switch applications via an onscreen palette in OS X, you can use Control-Tab to switch tabs visually in Firefox 3.6a1. (This same shortcut works in Firefox 3.5, but without any visual aids.)
&lt;br&gt;&lt;br&gt;
As shipped, Firefox 3.6a1 ships with the tab preview feature disabled. To enable it, type &lt;em&gt;about:config&lt;/em&gt; and agree to be caref...</description>
</item>
<item>
<title>Create images of full web pages in Firefox with Paparazzi</title>
<link>http://www.macosxhints.com/article.php?story=20090810123955471</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090810123955471</guid>
<pubDate>Tue, 11 Aug 2009 07:30:03 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090810123955471#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>I use &lt;a href=&quot;http://derailer.org/paparazzi/&quot;&gt;Paparazzi&lt;/a&gt; a lot to take screenshots of full web pages. I was copying the URL from the browser and pasting into Paparazzi then grabbing screenshot, but I discovered today that I could create a Javascript bookmarklet and assign it a keyword in Firefox to quickly grab the current web page. The magic works because Paparazzi injects the &lt;tt&gt;paparazzi:&lt;/tt&gt; URL type into the system. As a result, anything you enter into a web browser like &lt;tt&gt;paparazzi:http://google.com&lt;/tt&gt; will grab the listed URL.
&lt;br&gt;&lt;br&gt;
To take advantage of this behavior, I created a Javascript bookmarklet in Firefox then assigned it the keyword &lt;b&gt;pz&lt;/b&gt;. Now every time I want to grab a web page in Paparazzi, I just load that page and then enter &lt;b&gt;pz&lt;/b&gt; in the URL address bar. When I press Return, the page open in Paparazzi. Here's the Javascript; copy and paste it into a new Firefox bookmark and assign it a keyword of your choice:

&lt;pre&gt;&lt;code&gt;javascript:location....</description>
</item>
<item>
<title>Access a Finder folder's contents from Safari</title>
<link>http://www.macosxhints.com/article.php?story=20090729134302352</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090729134302352</guid>
<pubDate>Fri, 31 Jul 2009 07:30:00 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090729134302352#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>This is a fairly simple hint, and a variation on &lt;a href=&quot;http://www.macosxhints.com/article.php?story=20030114063445783&quot;&gt;this previous hint&lt;/a&gt;, that gives you quick access to the &lt;em&gt;contents&lt;/em&gt; of a Finder's folder (eg: Downloads) from Safari via a bookmark.
&lt;br&gt;&lt;br&gt;
Simply add a new Bookmark entry (Bar or Menu, your choice), with the desired &lt;tt&gt;file:///&lt;/tt&gt;-type folder path as described in the prior hint, but then append &lt;tt&gt;.DS_Store&lt;/tt&gt; to the path like so:

&lt;pre&gt;&lt;code&gt;file:///Users/your_username/Downloads/.DS_Store&lt;/code&gt;&lt;/pre&gt;

Clicking this bookmark will open the linked folder in Finder, displaying its contents. The reason we've linked to &lt;tt&gt;.DS_Store&lt;/tt&gt; file here and not the folder itself is to force Safari to open the destination folder. Without the hidden invisible file at the end, Safari will reveal the location of the specified folder within its containing folder. When you link to a file within the folder, Safari will actually open the folder.
&lt;br&gt;&lt;br&gt; 
The adv...</description>
</item>
<item>
<title>Customize Safari's RSS feed with CSS</title>
<link>http://www.macosxhints.com/article.php?story=20090710125758451</link>
<guid isPermaLink="true">http://www.macosxhints.com/article.php?story=20090710125758451</guid>
<pubDate>Wed, 15 Jul 2009 07:30:00 -0700</pubDate>
<comments>http://www.macosxhints.com/article.php?story=20090710125758451#comments</comments>
<dc:subject>Web Browsers</dc:subject>
<description>This follows up on &lt;a href=&quot;http://www.macosxhints.com/article.php?story=20050501220059327&quot;&gt;an older hint&lt;/a&gt; about changing Safari's RSS appearance. If you find it hard to distinguish between unread and read articles in Safari's RSS feeds, or if you're just tired of looking at pastel shades of blue, you can change the appearance of RSS pages fairly easily. All you need to know is a little CSS. For example, if you want unread articles to be highlighted in an easy-to-spot sage green color, make a plain text file with the following text and save it with a .css extension:

&lt;pre&gt;&lt;code&gt;@media screen {
	div.apple-rss-unread { 
		background-color: rgb(202, 255, 157) !important; 
	}
}&lt;/code&gt;&lt;/pre&gt;

Save that file somewhere convenient, open Safari preferences, choose the Advanced tab, and use the &quot;Style Sheet&quot; pull-down menu to select the new file as your style sheet. After you restart Safari you'll see the new colors. 

&lt;p&gt;There's a lot more you can do, if you want to experiment a bit.  For...</description>
</item>
</channel>
</rss>
