adam4++

adam4adam.com page cleanup and ad remover for Chromium, Opera, Silk, and Google Chrome.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         adam4++
// @namespace    http://goo.gl/GW3dZS
// @version      0.1.0
// @description  adam4adam.com page cleanup and ad remover for Chromium, Opera, Silk, and Google Chrome.
// @author       Dan Reidy <[email protected]>
// @copyright    Copyright (C) 2015 Dan Reidy
// @license      GPLv3
// @match        http://www.adam4adam.com/*
// @grant        none
// @require      http://code.jquery.com/jquery-latest.js
// $Id$
// ==/UserScript==


// // remove cam link sidebar
var adSidebar = document.getElementById('slide-out-div');
if (adSidebar) {
    adSidebar.parentNode.removeChild(adSidebar);
}

// // remove stupid bandwidth sucking iframes
$("iframe").remove();