| applyURL | ^http://www\.bing\.com/search |
|---|---|
| insertPosition | .//*[@class="sb_tlst"]/h3/a[@href] |
| urlNode | .//*[@class="sb_tlst"]/h3/a[@href]/@href |
Database: faviconize
the database for Greasemonkey script "faviconize.user.js".
"faviconize" provide you to insert favicon.ico into any position of any site.
this database store in informations of site: SITEINFO.
keys
applyURL : URL to apply item itself(required)
urlNode : XPath expression for node that have URL(required)
insertPosition: Xpath expression for insert node(required)
after : truth-value whether before or after insertPosition(optional)
Last Update: 2010-01-21T19:49:59+09:00 History
Item List
-
bing search 2010-01-21T19:31:15+09:00
last update: 2010-01-21T19:49:59+09:00
-
Google Bookmarks 2009-09-01T23:19:27+09:00
applyURL ^http://www\.google\.co(?:m|\.jp)/bookmarks/ insertPosition .//table[@class="elem noborder"]/tbody/tr/td[not(preceding-sibling::*)]/a[not(preceding-sibling::*)] urlNode .//table[@class="elem noborder"]/tbody/tr/td[not(preceding-sibling::*)]/a[not(preceding-sibling::*)]/@title last update: 2009-11-10T01:12:39+09:00
-
Google Web History 2009-09-01T23:18:31+09:00
applyURL ^http://www\.google\.co(?:m|\.jp)/history/ insertPosition .//table[@class="elem noborder"]/tbody/tr/td[not(preceding-sibling::*)]/a[not(preceding-sibling::*)] urlNode .//table[@class="elem noborder"]/tbody/tr/td[not(preceding-sibling::*)]/a[not(preceding-sibling::*)]/@title last update: 2009-11-10T01:13:48+09:00
-
Wikipedia 2009-08-20T08:13:17+09:00
applyURL ^http://[a-z]+\.wikipedia\.org\/wiki insertPosition //a[@class="external text"][not(contains(@href,"wikipedia.org/"))] urlNode //a[@class="external text"][not(contains(@href,"wikipedia.org/"))]/@href last update: 2009-08-25T22:04:17+09:00
-
Google News 2009-08-20T07:29:26+09:00
applyURL ^http://news\.google\.co(?:m|\.jp) insertPosition .//*[@class="title"]/a[starts-with(@class, "usg-")] urlNode .//*[@class="title"]/a[starts-with(@class, "usg-")]/@href last update: 2009-11-10T01:09:31+09:00
-
Yahoo!検索 2008-09-18T23:26:11+09:00
applyURL ^http://search\.yahoo\.co\.jp/ insertPosition .//h3/a[@href][contains(concat(" ",@class," "), " yschttl ")] after urlNode .//div[contains(concat(" ",@class," "), " sinf ")]/em last update: 2008-09-18T23:26:11+09:00
-
delicious 2008-09-18T23:19:23+09:00
applyURL ^http://delicious\.com/ insertPosition .//a[@href][contains(concat(" ",@class," "), " taggedlink ")] after urlNode .//a[@href][contains(concat(" ",@class," "), " taggedlink ")]/@href last update: 2008-09-18T23:19:23+09:00
-
Google Search 2008-09-18T17:35:08+09:00
applyURL ^http:\/\/[^.]+\.google\.(?:[^.]+\.)?[^./]+\/(?:search|custom|cse) insertPosition .//ol/li/h3/a[@class="l"] urlNode .//ol/li/h3/a[@class="l"]/@href last update: 2009-09-14T02:21:35+09:00
