cài addon greasemonkey trên FF hoặc tamperminkey trên chrome // ==UserScript== // @@namespace http://your.homepage/ // @@match http://*.gamevn.com/threads/trai-dua-leki-ver2-duong-dua-f5-nghet-tho.1170756/* // @@Grant none // @@name Auto like gamevn // @@namespace 255 // @description This script auto like in gamevn // @@include http://w3.gamevn.com/threads/trai-dua-leki-ver2-duong-dua-f5-nghet-tho.1170756/* // @@include http://gamevn.com/threads/trai-dua-leki-ver2-duong-dua-f5-nghet-tho.1170756/* // @@include http://forum.gamevn.com/threads/trai-dua-leki-ver2-duong-dua-f5-nghet-tho.1170756/* // @@include http://forums.gamevn.com/threads/trai-dua-leki-ver2-duong-dua-f5-nghet-tho.1170756/* // ==/UserScript== $(document) .ready(function () { $('.like') .click() });