There's a media button, and yes you can - same as you would in twitterHow do YouTube tags work now?
Can I tag people?
It's far to "Busy" boxes within boxes. It just headache inducing
// ==UserScript==
// @name Custom Style Sheet OcUK
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Removal of specific Elements
// @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; }'); // Hide Facebook Square in Top Right of posts
addGlobalStyle('.sharePage { display: none !important; }'); // Hide entire "Share" element at base of page
addGlobalStyle('.onlineIndicator { display: none !important; }'); // Hide green triangular Online Indicators in avatar window
addGlobalStyle('.newIndicator { display: none !important; }'); // Hide NEW indicator in Top Right of posts
//addGlobalStyle('.node_1 { display: none !important; }'); //Hide an Entire Forum Sub Section on Index Page
// Node numbers MAY change and the below list is for guidance only
// node_122 Latest News
// node_72 Customer Service
// node_1 Hardware
// node_108 Apple
// node_71 Software
// node_27 Audio Visual
// node_22 Games
// node_11 Life
// node_38 Distributed Computing
// node_17 Members Market
// node_141 OcUK matters
// node_93 Archives
I can't see it either!Where's the mobile phone forum??
Thanks. What will happen to existing YT tags? Do we have to manually edit them if we want them updated or is there some form of script you guys are going to run?There's a media button, and yes you can - same as you would in twitter
They should be working? The last page of the youtube post appears to work?Thanks. What will happen to existing YT tags? Do we have to manually edit them if we want them updated or is there some form of script you guys are going to run?
And the white borders around the buttons. It's all very messy compared to the old smoother layout.The theory is good, but as someone said earlier, boxes within boxes within boxes, coupled with the shadow makes the whole thing too 'busy'. You tend to feel lost when your not even looking for something.
IMO you don't need the border around the user card, let alone the shadow
Here you go:Nope, still not seeing it. Logged out and back in too. Could you post a link directly to the forum and I'll see if I can access it that way?
Here for example.They should be working? The last page of the youtube post appears to work?