public marks

PUBLIC MARKS from decembre with tags xpath & firefox

2017

ADDON - SEARCH - How to use S-mall Search : S-mall Search

How to use S-mall Search S-mall Search is a Firefox addon. This addon adds the refine search tool to web pages. - Adding a supported page: pageinfo:The user can add a supported page by writing pageinfo. The pageinfo is Object written in JSON and has the following keys

2009

Autopager - Create new ap rule for page without "next" in links - teesoft, make software to a tee

This works on AutoPager 0.5.1.4 or newer version. This is the recording of the steps to create the rule for http://www.pspad.com/en/pspad-extensions.php. This demo shows how to create AutoPager rules for the pages which don't have "Next" in links. They only have a navbar includes all the page numbers like this: Page: [1], 2, 3, 4. The final link xpath get in this tutorial is: //div[@id='obspoz']/p/text()[contains(.,'[')]/following-sibling::a[1] Steps explains: //div[@id='obspoz']/p :select the navbar. //div[@id='obspoz']/p/text() : select the texts in the navbar since current page number does not have a node //div[@id='obspoz']/p/text()[contains(.,'[')] : select the text for the current page number. It will be easier if the current page number has a node, for example if it's a span with class='current': //div[@id='obspoz']/p/span[@class='current']. //div[@id='obspoz']/p/text()[contains(.,'[')]/following-sibling::a[1] : select the first link after the current page number text.

Tutorial : Greasemonkey Recipe Book for Greasemonkey

Example Greasemonkey script below. The only things that need to be changed are bolded italic. In short, the XPath that identifies the top-level DIV, the XPath that identifies the DIV containing the content you want to display, and a list of XPath's that you want to remove.

XPather - XPath Generator and Editor__Firefox Extension

by 2 others
...generates XPaths while browsing or inspecting HTML/XML/*ML documents; evaluates your XPaths and inspects the results; extracts the content.

2008

JavaScript DOM__tableau interactif des fonctions disponibles

by 7 others
This API (Application Programming Interface) document has pages corresponding to the items in the navigation bar, described as follows.

AutoPager :: Firefox Add-ons

AutoPager is a firefox/mozilla extensions to autoloading next page.It's configuration is base on XPath. You can find there is a built in function to create a XPath by click some links on the pages.

decembre's TAGS related to tag xpath

adblock +   addon +   api +   automatiser +   autopager +   code +   comment +   Cookbook +   cours +   css +   dev +   developpez.com +   div +   documentation +   dom +   extension +   firebug +   firefox +   francais +   freeware +   greasemonkey +   guide +   howto +   html +   information +   java +   navigation +   nettoyer +   outil +   page +   pagination +   programmation +   reference +   regxp +   Request +   requete +   ressource +   script +   search +   site +   slylesheet +   tool +   tutorial +   tutoriel +   web +   webdev +   xhtml +   xml +   xpi +