TipJar

Tips by Pyrohacker RSS

  • Facebook

    Okay, this one’s for browsing Facebook. There are still a few problems, but it’s working well for the most part. The main roadblock was that the News Feed page works differently than viewing a single friend’s Wall.

    News Feed:
    Stories are selected with *.GenericStory
    Story times (which are the only links to the actual story itself) are selected with *.GenericStory_Time

    Friend’s Wall:
    Stories are selected with *.UIStory (which can also work on the News Feed, strangely)
    Story times are selected with *.UIIntentionalStory_Time

    Both:
    You can throw in the ‘Older Posts’ link at the bottom with *a:contains("Older Posts"), allowing you to move to – duh – older stories.

    (More …)

     
  • Google Docs

    An ESP Vision for docs.google.com –
    Use div.gridview-doc-inner, tr.doclist-tr to select all Docs/Links, whether in grid view or list view.