TipJar

Tips by Dan Jones RSS

  • Use Gleebox on Google Reader without disabling builtin shortcuts

    I like to change my shortcut key for Gleebox to “;”, rather than “g”. That way, when I’m on Google Reader, I can still use the “g” shortcut that Google Reader has built-in, and still use Gleebox on the page.
    I chose the semi-colon because having it right on my right pinky I find really convenient.

    For some reason, though, this doesn’t work with Gmail, even after removing gmail from the disable urls. Anybody know why that is?

     
  • Wikipedia Search Results

    wikipedia.org/w/index.php?title=Special : .mw-search-results a

    This will cycle through search results on any English-language wikipedia search site. (Not just en.wikipedia.org, but also, for example, simple.wikipedia.org)

    Change the part after title= to work on other languages, e.g. for german make it wikipedia.org/w/index.php?title=Spezial

    You could also get rid of the part after title= to make it work for all languages, but that could have unexpected results on non-search pages. For example, if you do it on an edit page, you’ll get “Couldn’t find any elements on the page.”

     
  • Wordpress Admin Sidebar Menu

    ?wpamenu : #adminmenu > li:not(.wp-menu-separator)

    In the Wordpress Admin area, this selects the menu items in the left-side nav bar.