[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/g/ - Technology

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • You may highlight syntax and preserve whitespace by using [code] tags.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: file.png (63 KB, 776x494)
63 KB PNG
you fuckers broke something again, now i cant see any videos filenames sitewide
>>
File: file.png (39 KB, 282x186)
39 KB PNG
>>
>>108745775
Try this:
// ==UserScript==
// @name 4chan: Fix file info section
// @namespace Violentmonkey Scripts
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAg0lEQVQ4T2NkoBAwUqifAdmA/0iG4TIYQw1M4X+96Yfh+i9l2oLY6IZgVYPiAjyG4LQAqwtA1qO5AsUAZHlcYYDVC2gBDtZL1VggK0axuQAWVRixALUBRRxnVOEKRPQoplo0glyHLzERTAdwA0BOBCUobF7AJoctoEBioIAkSo7idAAAMV1IEXeI5UQAAAAASUVORK5CYII=
// @version 1.0.0
//
// @match https://boards.4chan.org/*/thread/*
// @grant GM_addStyle
//
// @author -
// @description
// ==/UserScript==
const css = `
.post > .file > meta,
.post > .file > meta > span,
.post > .file > meta > span > a
{
display: unset !important;
visibility: visible;
}
`;

GM_addStyle(css);
>>
>>108746185
thanks it's working
>>
every update they do just make shit worse, i had hopes when they supported mp4 but now i know it was just a fluke, this shit is only going downhill from here
>>
4chan-x:
Change line 8195 from
text: '.file > :first-child',
to
text: '.file > :fileText',
>>
>XT will never get a fix because it's abandoned and unforked
And so it begins, 4chan making pointless small changes for no reason
The Youtubification of 4chan
>>
>>108747747
>text: '.file > :fileText',
Either you mean .fileText (dot instead of comma) or XT needs the dot to work
Also on XT it's line 19923
>>
>>108747870
Yeah. My mistake.
text: '.file > .fileText',



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.