Instagram style

try to take over the world!

  1. // ==UserScript==
  2. // @name Instagram style
  3. // @namespace https://zfdev.com/
  4. // @version 0.1
  5. // @description try to take over the world!
  6. // @author greendev
  7. // @match *://www.instagram.com/*/
  8. // @grant GM_addStyle
  9. // @run-at document-start
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14. GM_addStyle('section.bR_3v.Fzijm{display:none!important}._lz6s{position:relative!important}');
  15. })();

QingJ © 2025

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