File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name Hide Forum Images
3- // @version 2025.10.19
3+ // @version 2025.10.19.1
44// @author Adam Lui
55// @namespace https://adamlui.com
66// @description Hides images/videos from XenForo, vBulletin & Discourse forums.
2929 const styleNode = document . createElement ( 'style' ) ; styleNode . innerText = css
3030 document . head . appendChild ( styleNode )
3131 }
32- } )
32+ } ) ( )
Original file line number Diff line number Diff line change 11// ==UserScript==
22// @name Highlight Radio Bubbles
3- // @version 2025.10.19
3+ // @version 2025.10.19.1
44// @author Adam Lui
55// @namespace https://adamlui.com
66// @description Makes radio bubbles bigger & more colorful when brought to focus.
2525 const styleNode = document . createElement ( 'style' )
2626 styleNode . innerHTML = 'input[type=radio]:focus { outline-color: red !important ; width: 25px !important ; height: 25px !important ; }'
2727 document . head . appendChild ( styleNode )
28- } )
28+ } ) ( )
You can’t perform that action at this time.
0 commit comments