Recargar chuts

Auto actualizar el MI

当前为 2016-01-04 提交的版本,查看 最新版本

// ==UserScript==
// @name         Recargar chuts
// @namespace    http://pixiebot.xyz/
// @version      0.1
// @description  Auto actualizar el MI
// @author       Wixie
// @include      http*://www.taringa.net/mi
// @grant        none
// ==/UserScript==
/* jshint -W097 */
'use strict';

function chuts(){
    var chuuuuuuuuts = parseInt($('#bubble-alert-newsfeed').text())
    if (chuuuuuuuuts > 0) {
        $('#bubble-alert-newsfeed').click()
    }

} 
setInterval(chuts, 1200);

QingJ © 2025

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