WebStagram Popup Remover

Removes popups from webstagram.

目前为 2014-07-20 提交的版本,查看 最新版本

// ==UserScript==
// @name       WebStagram Popup Remover
// @version    0.51
// @namespace    Learning2Program
// @description  Removes popups from webstagram.
// @include      *web.stagram.com/*
// @run-at document-end
// @require http://code.jquery.com/jquery-latest.js
// ==/UserScript==

if ($('#cboxOverlay').length === 1){
document.getElementById('cboxOverlay').remove();
document.getElementById('colorbox').remove();}