Unsticky Twitter Header

unsticks the twitter header

  1. // ==UserScript==
  2. // @name Unsticky Twitter Header
  3. // @namespace http://tampermonkey.net/
  4. // @version 1.1
  5. // @description unsticks the twitter header
  6. // @author Shampooh
  7. // @run-at document-idle
  8. // @match https://twitter.com/*
  9. // @icon https://www.google.com/s2/favicons?sz=64&domain=twitter.com
  10. // @grant GM_addStyle
  11. // @license MIT
  12. // ==/UserScript==
  13. GM_addStyle ( `
  14. .r-gtdqiz {
  15. position: initial !important;
  16. }
  17. .r-5zmot {
  18. background-color: rgba(0, 0, 0, 1);
  19. }
  20. .r-1e5uvyk{
  21. backdrop-filter: none;
  22. ` );

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址