[ Trại Rep † ] Mùa Đông Không Lạnh ...

Mã:
// ==UserScript==
// @name Auto like gamevn
// @namespace 255
// @description This script auto like in gamevn
// @include http://w3.gamevn.com/threads/trai-rep-mua-dong-khong-lanh.1169512/*
// @include http://gamevn.com/threads/trai-rep-mua-dong-khong-lanh.1169512/*
// @include http://forum.gamevn.com/threads/trai-rep-mua-dong-khong-lanh.1169512/*
// @include http://forums.gamevn.com/threads/trai-rep-mua-dong-khong-lanh.1169512/*
// ==/UserScript==
$(document) .ready(function () {
$('.like') .click()
});
 
Cứ mấy phút 1 phát comment như này thì chắc phải viết 1 cái script auto comment quá =))
Mã:
// ==UserScript==
// @name Auto like gamevn
// @namespace 255
// @description This script auto like in gamevn
// @include http://w3.gamevn.com/threads/trai-rep-mua-dong-khong-lanh.1169512/*
// @include http://gamevn.com/threads/trai-rep-mua-dong-khong-lanh.1169512/*
// @include http://forum.gamevn.com/threads/trai-rep-mua-dong-khong-lanh.1169512/*
// @include http://forums.gamevn.com/threads/trai-rep-mua-dong-khong-lanh.1169512/*
// ==/UserScript==
$(document) .ready(function () {
$('.like') .click()
});
 
Back
Top