Skip to content

Instantly share code, notes, and snippets.

@sp00n
sp00n / restore-google-pagination.user.js
Last active January 29, 2025 20:14
Restored Pagination for Google (Disable Continuous / Infinite Scrolling)
// ==UserScript==
// @name Restored Pagination for Google
// @namespace google-pagination.sp00n.net
// @match *://*/search*
// @grant none
// @version 0.2
// @author sp00n
// @description This script restores the paged navigation for the Google Search. It also requires that the "Continuous scrolling" in the Google Search settings is turned off (which infuriatingly does not restore the old Pagination!)
// @downloadURL https://gist.github.com/sp00n/e8b91d2f47c471bc0627f7b31d659291
// ==/UserScript==