Reply
Results 1 to 1 of 1
  1. #1
    ๐Ÿ…ณ๐Ÿ…ฐ๐Ÿ†‚ ๐Ÿ…ธ๐Ÿ†ƒ Luc1fer's Avatar
    Join Date: Jun 2014
    Posts: 31,586
    Rep Power: 663338
    Luc1fer has a reputation beyond repute. Second best rank possible! (+100000) Luc1fer has a reputation beyond repute. Second best rank possible! (+100000) Luc1fer has a reputation beyond repute. Second best rank possible! (+100000) Luc1fer has a reputation beyond repute. Second best rank possible! (+100000) Luc1fer has a reputation beyond repute. Second best rank possible! (+100000) Luc1fer has a reputation beyond repute. Second best rank possible! (+100000) Luc1fer has a reputation beyond repute. Second best rank possible! (+100000) Luc1fer has a reputation beyond repute. Second best rank possible! (+100000) Luc1fer has a reputation beyond repute. Second best rank possible! (+100000) Luc1fer has a reputation beyond repute. Second best rank possible! (+100000) Luc1fer has a reputation beyond repute. Second best rank possible! (+100000)
    Luc1fer is offline

    Remove underlining of every thread title

    Since the site came back up, every single thread has underlined styling. Creates a lot of noise on on the browse and cp page.

    Should be a pretty simple CSS fix. I'm overriding it with a custom script right now, but it flashes underlined briefly so doesn't work perfectly.

    Originally Posted by Luc1fer View Post
    If anyone wants to get rid of the url underlining since the forum came back online, add this to the script near the top:

    Code:
    // @grant        GM_addStyle
    // ==/UserScript==
    
    GM_addStyle ( `a {text-decoration: none !important;}` );
    ๐•ฎ๐–๐–†๐–˜๐–Š ๐–† ๐–ˆ๐–๐–Š๐–ˆ๐•ถ, ๐–“๐–Š๐–›๐–Š๐–— ๐–ˆ๐–๐–†๐–˜๐–Š ๐–† ๐–‡๐–Ž๐–™๐–ˆ๐–

    โ–ˆโ–“โ–’โ–’โ–‘โ–‘๐ŸงตMake trolls invisible: https://forum.bodybuilding.com/showthread.php?t=180234573 โ–‘โ–‘โ–’โ–’โ–“โ–ˆ
    Reply With Quote

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts