Page Overscroll

creates element to make page overscrollable.(jQuery)

目前為 2021-12-22 提交的版本,檢視 最新版本

// ==UserScript==
// @name         Page Overscroll
// @namespace    -
// @version      0.3
// @description  creates element to make page overscrollable.(jQuery)
// @author       NotYou
// @include      *
// @compatible   Chrome 4.0
// @compatible   Edge 9.0
// @compatible   Firefox 3.5
// @compatible   Safari 3.2
// @compatible   Opera 9.6
// @require      https://code.jquery.com/jquery-1.7.2.min.js
// @grant        none
// @license      GPLv3 (https://www.gnu.org/licenses/gpl-3.0.txt)
// @antifeature  Cab broke some pages
// ==/UserScript==

/*

﹀ Change Log ﹀

0.3 Version:
- Anti Feauture Information
- Less CSS

0.2 Version:
- Less usseless text in CSS
- Shorter HTML code
- Compatible info

*/

$("body").append ( `
<div id=overscroll align=right> <style>
 #overscroll { padding: 0px 0px 100%; }
 </style> </div>
` );

QingJ © 2025

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