Cleaner Androidpolice - AP2

Removes the side bar and the "Feature" section

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(У мене вже є менеджер скриптів, дайте мені встановити його!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         Cleaner Androidpolice - AP2
// @namespace    SMX
// @version      0.2
// @description  Removes the side bar and the "Feature" section
// @author       SMX
// @match        http://www.androidpolice.com/*
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle(".band.content.main .container .primary.column {width: 100% !important;}");

GM_addStyle(".band.content.main .container .secondary.column {width: 0px !important;display: none;}");

GM_addStyle (".row.feature {display: none;}");