try to take over the world!
目前為
// ==UserScript==
// @name CARI
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match http://*.cari.com.my/*
// @grant none
// ==/UserScript==
/* jshint -W097 */
'use strict';
// Your code here...
setInterval(function() {
jQuery('div[class=kskdDiv]').remove();
}, 1000);