토론 » 제작 요청

chegg破解,大佬求教!

§
게시: 2022-06-04

// ==UserScript== // @name Chegg Search Always See All // @namespace Chegg Search Always See All // @run-at start // @match ://www.chegg.com/search? // @match ://www.chegg.com/search/ // @exclude ://www.chegg.com/*contentType=study // @version 1.4 // @author uJZk // @description Automatically add "contentType=study" to show all result of Solutions in search page. // @license MIT // ==/UserScript==

if (document.location.href.indexOf("search?") > 0) { window.location.replace(document.location.href.replace(/(&trackid=\w+&strackid=\w+|$)/,"&contentType=study")); }

답글 게시

답글을 게시하려면 로그인하세요.

长期地址
遇到问题?请前往 GitHub 提 Issues。