you can add it to your adblocker to remove itCan you get rid of the Facebook share button?
you can add it to your adblocker to remove it
Where have the other sub-forums (Football & Cycling) gone in Sports?
you can add whatever you want to your adblocker*Like* *reps* *OcUK gold* etc etc
Yup. Custom style sheet can sort it. If someone else has not sorted one out before I get a chance I'll write a user based CSS to nuke the unwanted social media lark.
// ==UserScript==
// @name Custom Style Sheet OcUK
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Remove Social Media Elements from OcUk Forums
// @author Sin_Chase
// @match https://forums.overclockers.co.uk/*
// @grant none
// ==/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('.fa-facebook-square { display: none !important; }');
addGlobalStyle('.sharePage { display: none !important; }');
Not a sausage I'm afraid.
should be fixed I believe? What threads aren't working? The youtube thread for example is
looking into this!
you can add whatever you want to your adblocker
Yes But I can't see the "start convo" maybe it's the browser?
I can see start convo on Hilly's name but not others?
Not a sausage I'm afraid.