返回首頁 

Greasy Fork is available in English.

Chegg Search Always See All

Add "&contentType=study" to show all r###lt in search page.

Fra og med 26.04.2022. Se den nyeste version.


Installer dette script?
// ==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"));