public marks

PUBLIC MARKS from decembre with tag autopager

2018

USERSCRIPT (AUTOPAGER like) - Nexto - Example

This is a base for an autopager, basically loads the next page if you give it the content to load and a CSS selector to the Next link, to add a website modify the implementation array, only tested on Firefox, probably buggy but works for what I need it for, you need to add @includes and add website to the implementations array to get it to work. V1.5 works in Chrome, if you're into that sort of thing. (example) Test OK for Recherche OPAC Bibliothèque de Bobigny (2018) (link http://bibliotheque.ville-bobigny.fr/recherche-catalogue/recherche-simple/simple/Auteur/0/herge/ligne?limit=50) : var implementations = [ { site: "http://bibliotheque.ville-bobigny.fr/recherche-catalogue/", // regex to compare against site URL, similar to @include nextLinkSelector: ".dropdown.btn.btn-default.pagi + .btn.btn-default.hidden-phone.hasTooltip", // css selector for the next link, tip: find the current page button and do next sibling contentSelector: ".tmpl-content .colctre", // the content that will be added to from the next page javascript: false // set this to true if the website uses javascript to load content, 50% chance it'll work } ];

2010

2009

Search for AutoPage – Userscripts.org

scripts qui ameliorent l'usage de l'extension Autopager

Pagezipper - Extension Firefox - Automatically loads "next page" links

PageZipper automatically loads the contents of "next page" links right underneath the current page, so you can scroll down instead of clicking through. It's quite similar to another extension called AutoPager, and I like that it doesn't show its page breaks the way AutoPager does. Where PageZipper hasn't caught up with AutoPager yet is in the way it deals with tricky "next page" links. AutoPager lets you find them manually and train it, while PageZipper relies on its own (granted, very good) autodetection.

[Firefox] SmarterFox remplace aussi AutoPager ou PageZipper - Websourcing.fr

une extension complète et très pratique pour Firefox, SmarterFox, qui pour moi est devenue indispensable tant elle fait gagner du temps. Cette extension regorge tellement de bonnes fonctionnalités que j’en ai oublié une fondamentale. Complètement par hasard je me suis aperçu que SmarterFox permet également le défilement à l’infini des pages web comme peuvent le faire AutoPager ou encore PageZipper.

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.

Unpaginate Pagination Microformated Web Pages for Greasemonkey

This script will unpaginate any web pages augmented by the pagination microformat, into what traditionally (if somewhat incorrectly) has been called "endless" Google, Flickr, and similar, pages. In other words, a hack that loads the next page into the present one when you scroll within about half a screenful of the end, so you don't have to lose the pageful you have to load the next pageful -- it just gets inlined for you, instead. By itself, this script will do nothing at all, because it only contains the code that implements this unpagination; tailoring it to other sites is up to other, much, much smaller custom scripts anyone can write -- or indeed site authors may augment their site templates with, for the benefit of their visitors running this hack, should they want to.

AuttoPager is a Firefox extension which automatically loads the next page of a site inline - Teesoft, make software to a tee

.... when you reach the end of the current page for infinite scrolling of content. By default AutoPager works with a ton of sites, including Lifehacker, the New York Times, Digg, eBay, Amazon, Yahoo, YouTube, flickr, live, msn, myspace, wikipedia, ebay,taobao,Twitter and, of course, Google. AutoPager is a free software. AutoPager is also an open source software.

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.

2008

AutoPager Extension - Transparent Popup Menus | userstyles.org

When the AutoPager Firefox extension detects a stream-able page, the popup it displays will be transparent, allowing you to see the web content behind it. The popup will then return back to normal display when you Hover your Mouse over the popup! Obviously, you must have the Firefox Add-on "Auto Pager" installed (installer link below)

jAutoPagerize – Userscripts.orgJ__just Another AutoPagerize (supports Firefox3, Safari3)

More hackable. I wrote AutoPagerize from scratch with some utility functions (like Mochikit Deferred, etc.) and tiny cross-browser supports. This script does NOT consider Firefox2, so may not be worked.

New Tab on External Links for AutoPager – Userscripts.org

Adds a target_blank to off-site links so that they can open in a new tab and in the background (tabbrowser set appropriately). Support Autopage script (Pagerization, Google Auto pager, etc)

decembre's TAGS related to tag autopager

adblock +   automatiser +   AutoPagerize +   autoscroll +   bib +   BIB.02 +   comment +   div +   dom +   extension +   firefox +   greasemonkey +   greasyfork +   howto +   infinite Scrolling +   library +   navigation +   next +   page +   programmation +   recherche +   rechercher +   script +   search +   stylish +   tutorial +   tutoriel +   userscript +   userstyle +   webdev +   xml +   xpath +