next-page-chrome-extension
next-page-chrome-extension copied to clipboard
Hello, I found a great new search engine, especially for code Searches called you.com This is the search query url where %s is the search text https://you.com/search?tbm=youcode&q=%s unfortunately my js...
url ^https:\/\/www\.ovagames\.com\/ pageElement //div[@id="left-div"]//div[@class="post-wrapper"] nextLink //a[@rel="next"] === *** ===
New rule for 'tectake's many different sites. Test it here: - https://www.tectake.co.uk/leisure-wellness?p=2 - https://www.tectake.de/garten-heimwerken?p=2 - https://www.tectake.dk/bolig?p=2 Rule ``` url ^https:\/\/www\.tectake\..+\/.+ pageElement //ul[contains(@class,"products-grid")]/li nextLink //a[contains(@class,"next")] ```
url `^https://slickdeals\.net/newsearch\.php` pageElement `//*[@id="searchResults"]` nextLink `//*[@id="commentsBottomRow"]/div[2]/div[2]/a[7]` This rule works beginning on the _2nd_ page of the search results, meaning that after submitting a search, one must manually click the "next"...
It would be nice to make the page number appear instead of the next page. now: ``` ... next page ... next page ... ``` will be: ``` ... page...
This can be similar to the AdBlock element picker.