Chegg Device

Remove Chegg device limitation prompt

当前为 2021-02-10 提交的版本,查看 最新版本

// ==UserScript==
// @name Chegg Device
// @namespace Chegg Device
// @match https://www.chegg.com/*
// @grant none
// @description Remove Chegg device limitation prompt
// @version 0.0.1.20210210085451
// ==/UserScript==

$("head").append(`
<style>
#cs-dm-swap {
    display: none !important;
}

html.cs-dm-swap, body.cs-dm-swap {
    overflow: inherit !important;
}
</style>
`);

$("#cs-dm-swap").remove();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址