Preceda Tweak - size of input box

Preceda Tweak - size of input box -- Donate: - Fund-raising for my IT creations - https://pledgie.com/campaigns/28629 Donate through pledgie.com or PayPal -- https://flattr.com/profile/pushka - Donate through flattr.com

目前为 2015-05-01 提交的版本。查看 最新版本

// ==UserScript==
// @name        Preceda Tweak - size of input box
// @namespace   english
// @description Preceda Tweak - size of input box -- Donate: - Fund-raising for my IT creations -  https://pledgie.com/campaigns/28629 Donate through pledgie.com or PayPal --  https://flattr.com/profile/pushka - Donate through flattr.com
// @include     http*://*preceda.com.au*
// @version     1.3
// @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 = '.toolbarinput,body,html{backgroud-color:red !important;}';
document.getElementsByTagName('head')[0].appendChild(style);

QingJ © 2025

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