Greasy Fork is available in English.
Add "&contentType=study" to show all r###lt in search page.
Fra og med
// ==UserScript==// @name Chegg Search Always See All// @namespace Chegg Search Always See All// @run-at start// @match *://www.chegg.com/search?q=*// @match *://www.chegg.com/search/*// @exclude *://www.chegg.com/search?q=*&contentType=study*// @exclude *://www.chegg.com/search/*&contentType=study*// @version 1.1// @author uJZk// @description Add "&contentType=study" to show all r###lt in search page.// @license MIT// ==/UserScript==window.location.replace(document.location.href.replace(/&trackid=\w+&strackid=\w+/,"&contentType=study"));