USERSCRIPT - Nexto (infinite scroll) FOR Babelio - Découvrez des livres, critiques, extraits, résumés
by decembre, 1 commentvar implementations = [
{
site: "https://www.babelio.com/mabibliotheque.php", // regex to compare against site URL, similar to @include
nextLinkSelector: ".fleche.icon-next", // css selector for the next link, tip: find the current page button and do next sibling
contentSelector: ".mes_livres", // 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
},
{
site: "https://www.babelio.com/livres-", // regex to compare against site URL, similar to @include
nextLinkSelector: ".pagination .icon-next", // css selector for the next link, tip: find the current page button and do next sibling
contentSelector: "#debug", // 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 }
}
];
decembre said at 12:06 the 11/03/2018