This page is an extension of Dolphin newtab, but like the newtab page it is for working with any browser.  This page should be referred to when using the newtab page for the first time with a browser.  Dolphin Browser is the only android browser that I like so far.  Despite all of the damage to many of the best Firefox features it is the only desktop browser

Dolphin Bookmarklet Tests

About Schemes  

about: scheme available in Firefox:  (Scheme in other browsers), none of these are used in Dolphin Browser.
about:,   about:about,   about:addons,   about:buildconfig,   about:cache,   about:cacheviewer,   about:compartments,   about:config,   about:crashes,   about:credits,   about:home,   about:info,   about:license,   about:logo,   about:memory,   about:mozilla,   about:newtab,   about:permissions,   about:plugins,   about:preferences,   about:privatebrowsing,   about:rights,   about:robots,   about:sessionrestore,   about:support,   (scary sync pages not shown)

 
http://dmcritchie.mvps.org/dolphin/dolphin_newtab.htm
Disgusted with Dolphin new tab page with thumbnails.
This page was created on September 11, 2012

If pasting and invoking the code within the "Hi" bookmarklet at the address bar of your browser does not work, then your browser has been screwed up by developers perhaps similar to the disasterous revisions to Firefox prohibiting invoking many bookmarklets and their keyword shortcuts from the address bar and from using resizing bookmarklets from the primary window -- I would expect that some long standing browser standards have been broken or ignored by Firefox, which really makes things difficult for users.  As several people may be aware I have lost most interest in Firefox since Fx 7.0.1 (Oct 2011) due to Bug 656433, Bug 565541 and Bug 688841#c11, along with past experiences of keyword shortcuts being severely crippled for an entire year in beta.
  javascript:alert("Hi") -- written as a bookmarklet formatted link javascript:alert("Hi voyager");
  javascript:alert(escape(location)); -- as a bookmarklet formatted link javascript:alert(escape(location));
  javascript:alert(location); -- written as a bookmarklet formatted link javascript:alert(location));

Each of these still work in Firefox: (and can be invoked using keyword shortcuts) o  [no image]  – PDF
paren tips HREF visible   Show Classes and IDs   Reset (F5)    ALT visible  highlight links  int/ext links  Archive Compare def: define qr: (qrcode) LT: (combined)
Android: "Show Classes and IDs" will not work on Android browsers (Dolphin, Firefox).


Installing bookmarklets into Dolphin is very tedious, since you have to create a bookmark, then you have to alter the address by pasting in JavaScript code (use WiFi keyboard entry such as facilitated with Free Android App "Remote Web Desktop"), and of course assigning a gesture in Dolphin, in place of the Firefox keyword shortcut.
Most of the above work on this web page in Dolphin, but success as Dolphin bookmarklets is another matter:

 
For Bookmarklets to work with the Dolphin Browser within bookmarks all %20 must be changed to spaces unless within a quoted constant then '%20' must be changed to '\u0020' so that line breaks do not cause a different number of spaces. chk:toogle (chk)   tickall: (tic)
The mobile version of GMail has no global check/uncheck box for the mail search hits, such as for quantity deletions.  GMail does not use normal checkboxes so the two bookmarklets above do not work for GMail.

More changes:

Most if not all of these changes should be unnecessary.  There are lots of bookmarklets around and no excuse for Dolphin to break them.  Especially since they have to be written out with htmlified coding elsewhere, and htmlified coding is what you get when you copy a url.

Dolphin Gestures, and Dolphin MyGestures.  The bookmarklets above required some modifications to work in Dolphin -- Code modifications changes for Dolphin: %20 (space, or remove), %22 and " (dquote to squote sign), %3A to colon, %3C to less than sign, %3E to greater than sign. [Bookmarklets with code modified for Dolphin][HTML Table].

window.document.lastModifiedtodocument.lastModified
%20to (space, or remove)
%22 and "to' (double quote to single quote sign)
%3Ato: (colon)
%3Cto<
%3Eto>
&amp;to&

This page was created, December 20, 2012 as companion page for material less likely to be of general interest than my dolphin_newtab.htm page used within first thumbnail on my new tab and home page on a portable device. Questions concerning this page can be emailed to me: David McRitchie send email comments (site comments/corrections)