晓黑板删除非当天讨论的油猴脚本

// ==UserScript==
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @match        https://www.xiaoheiban.cn/Message.html
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
      //alert(123);
    var dt=Date.parse(new Date(new Date(new Date().toLocaleDateString()).getTime()));
    $('.join').each(function(e,i){

        if($(this).data('time')<dt)
            $(this).parent().parent().parent().parent().remove();
    })
    // Your code here...
})();
x1
>
<
>>
<<
O
x1
x1
>
<
>>
<<
O
x1

猜你喜欢

转载自www.cnblogs.com/xinzhyu/p/10187812.html