先安装一个脚本管理器: https://greasyfork.org/zh-CN/help/installing-user-scripts#home-step-1
然后来这里安装该脚本: https://github.com/gMan1990/userscripts <<点情详多更

2
blueset 2019 年 10 月 18 日
好像发现了一点问题的样子。
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css?"> <script src="https://code.jquery.com/jquery-1.12.4.js?"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js?"></script> <div id="dialog157138639" title="Cross-site scripting – Wikipedia"> <iframe style="margin: -0.5em -1em; width: 100%; height: 100%; box-sizing: border-box;" src="https://en.wikipedia.org/wiki/Cross-site_scripting?"></iframe> </div> <script> $( function() { $( "#dialog157138639" ).dialog({ position: { my: "right bottom", at: "right bottom", of: window }, width: window.innerWidth / 2, height: window.innerHeight / 2 }); } ); </script> |
6
lxk11153 2019 年 10 月 29 日
<input type="reset"><input type="reset">
|
7
lxk11153 2019 年 10 月 29 日
<input type="reset"><input type="reset">
|