Help talk:Quickbar

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
(Here's an example:)
m (Here's an example:: Fixing Redirect.)
 
(includes 16 intermediate revisions)
Line 15: Line 15:
</pre>
</pre>
-
Of course, I've already added these links to ''my'' quickbar, and [[User:X-Spider2/monobook.js|here's proof]]. I only added this example 'cause I thought it was a good idea for an addon. --{{User:X-Spider2/sig}} 09:19, 21 May 2006 (UTC)
+
Of course, I've already added these links to ''my'' quickbar, and [[User:X-Spider2/monobook.js|here's proof]]. I mean, I only added this example 'cause I thought it was a good idea for an addon.  
 +
 
 +
'''Note''': If you're using Firefox with "Tab Mix Plus" (<span class="plainlinks">[http://tmp.garyr.net][https://addons.mozilla.org/firefox/1122]</span>) (I am, anyway), trying to use the "refresh" link to purge your browser cache will just result in a blank tab being opened. You'll have to use Refresh on your ''browser toolbar'' to purge your cache.
 +
 
 +
--{{User:X-Spider2/X-Sigger2}} 09:19, 21 May 2006 (UTC)

Current revision as of 15:10, 5 June 2006

Exactly what text is it talking about when it says "Delete that entire line of text if you want the link to appear after your log out link"? I've tried deleting various various things with no visible change other than the link I'm trying to display not showing up. — User:ACupOfCoffee@ 02:13, 3 February 2006 (UTC)

After much inferring and testing of the code used in Kate's tool, that is indeed what it said to do. However, if your computer's cache doesn't clear perfectly every time, like mine, you may not see the link for a matter of hours, or even days. — Lapper (talk) 02:17, 3 February 2006 (UTC)
I can get it to show in other positions. I'm just trying to figure what text "that entire line of text" is, because deleting the top line made it go away rather than move. But I'm beginning to realize that what I was trying to do can't be done. The link's displayed, so I've got the function I wanted, it just doesn't look like I'd prefer. — User:ACupOfCoffee@ 02:36, 3 February 2006 (UTC)

[edit] Here's an example:

If you want "back", "forward" and "refresh" links at the beginning of your quickbar, then copy these three lines to the script, in the right place:

  addQuickbarLink("javascript:history.back()", "back", "userpage");
  addQuickbarLink("javascript:history.forward()", "forward", "userpage");
  addQuickbarLink("javascript:location.reload()", "refresh", "userpage");

Of course, I've already added these links to my quickbar, and here's proof. I mean, I only added this example 'cause I thought it was a good idea for an addon.

Note: If you're using Firefox with "Tab Mix Plus" ([1][2]) (I am, anyway), trying to use the "refresh" link to purge your browser cache will just result in a blank tab being opened. You'll have to use Refresh on your browser toolbar to purge your cache.

--Y2K (15px-Crystal_Clear_app_xchat.png15px-Crystal_Clear_app_kedit.png15px-Crystal_Clear_app_email.png) 09:19, 21 May 2006 (UTC)

Personal tools