Auto actualizar el MI
当前为
// ==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);