Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)CP
Posts
0
Comments
170
Joined
2 yr. ago

  • Turns out that you can!

    Expand Tiktok URLs

     js
        
    if ($.matches(url, '(www\\.)?tiktok\\.com')) {
        return $.followRedirect(url);
    }
    
    
      

    Remove tracking params

     js
        
    if ($.matches(url, '(www\\.)?tiktok\\.com')) {
        return $.setEncodedQuery(url, null);
    }
    
    
      
  • Being limited and tortured by some shitty design decision that someone made 10 years ago that you have to just live with is a special kind of hell that only developers, mechanics, and engineers understand.