Softpedia Minimalist

Softpedia Minimalist - http://pushka.com/coding-donation

目前為 2015-05-15 提交的版本,檢視 最新版本

// ==UserScript==
// @name        Softpedia Minimalist
// @namespace   english
// @description Softpedia Minimalist - http://pushka.com/coding-donation
// @include     http*://*softpedia.com*
// @version     1.0
// @run-at document-start
// @grant       GM_addStyle
// ==/UserScript==

// Main - CSS hides two classes - video add box, and call to action box under it. - also social media

var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '     #flashsale,.copyright_cnt,.social{display: none;}/*\n*//*\n*//*We work hard every day to bring you the latest software & games, tech news and reviews.If our site is useful to you, please consider whitelisting us in your ad blocker.*//*\n*/.grid_17, .mgtop_10,  .mgbot_40 {display: none;}/*\n*//*\n*//*Did you know that.... ...has been downloaded 70,180 times so far?*//*\n*/.grid_29, .prefix_2, .mgtop_30 {display: none;}/*\n*//*\n*//*homepage*//*\n*/.hp_reviews,.grid_48{display: none;}     ';

document.getElementsByTagName('head')[0].appendChild(style);

 

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址