Greasy Fork is available in English.

Instagram style

try to take over the world!

// ==UserScript==
// @name         Instagram style
// @namespace    https://zfdev.com/
// @version      0.1
// @description  try to take over the world!
// @author       greendev
// @match        *://www.instagram.com/*/
// @grant        GM_addStyle
// @run-at       document-start
// ==/UserScript==

(function() {
    'use strict';
    GM_addStyle('section.bR_3v.Fzijm{display:none!important}._lz6s{position:relative!important}');
})();