07-05-2020, 12:24 PM
website looks fine nice work aladen when do i get a cool thot tag
(07-05-2020, 04:22 PM)Revenant Wrote: Hello
I am editing my profile and in some point it makes me to put my PR:BF2 Hash key
But there is no hash key anymore, so if u go to support in the PR launcher to find the hash key where it is suppose to be, just can find the ID number
So if u replace it could be much easier for new players at least
(07-11-2020, 06:45 PM)John_Hammer Wrote: Would be cool to have a "General" forum category.@John_Hammer done
Quote:// ==UserScript==
// @name Make Gamma Group forum style less broken
// @include https://gammagroup.wtf/*
// ==/UserScript==
function addGlobalStyle(css) {
var head, style;
head = document.getElementsByTagName('head')[0];
if (!head) { return; }
style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = css;
head.appendChild(style);
}
addGlobalStyle('body { line-height: 1 !important; }');
addGlobalStyle('.post .post_author div.author_statistics { line-height: 1 !important; }');
addGlobalStyle('.pu-fields { display: none !important; }');
addGlobalStyle('.signature { display: none !important; }');
addGlobalStyle('.author_information { display: none !important; }');
addGlobalStyle('.author_statistics { display: none !important; }');
addGlobalStyle('#main-container { width: 60%; margin: 0 auto; min-width: 1200px; max-width: 1600px; }');
addGlobalStyle('.tfoot { border-top: 2px solid #a3a3a3 !important }');
addGlobalStyle('.postbit_offline { display: none }');
| Users browsing this thread: |
| 1 Guest(s) |