• Login
    • Search
    • Categories
    • Recent
    • Tags
    • Users
    • Groups
    • Rules
    • Help

    Do more on the web, with a fast and secure browser!

    Download Opera browser with:

    • built-in ad blocker
    • battery saver
    • free VPN
    Download Opera

    Removing the Close button(x) on Tabs

    Opera add-ons
    1
    1
    336
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • bvfi-dev
      bvfi-dev last edited by

      Im trynna remove the close button on tabs, because when there are 100 tabs its hard to click it. I use MMB to close it anyways. I've got this so far

      {
      	"manifest_version": 3,
      
      	"name": "Remove X on tabs",
      	"description": "Remove the X on tab",
      	"version": "1.0",
      	"content_scripts": [{
              "matches": ["<all_urls>"],
              "css": ["default.css"]
          }]
      }
      

      default.css

      .tab-close { display: none !important; }
      

      I have no idea whats the class name or how I can do this, but I think this code is pretty self explanatory of what I want to do. If anyone has any clue of how I can achieve this, help me out.

      Reply Quote 1
        1 Reply Last reply
      • First post
        Last post

      Computer browsers

      • Opera for Windows
      • Opera for Mac
      • Opera for Linux
      • Opera beta version
      • Opera USB

      Mobile browsers

      • Opera for Android
      • Opera Mini
      • Opera Touch
      • Opera for basic phones

      • Add-ons
      • Opera account
      • Wallpapers
      • Opera Ads

      • Help & support
      • Opera blogs
      • Opera forums
      • Dev.Opera

      • Security
      • Privacy
      • Cookies Policy
      • EULA
      • Terms of Service

      • About Opera
      • Press info
      • Jobs
      • Investors
      • Become a partner
      • Contact us

      Follow Opera

      • Opera - Facebook
      • Opera - Twitter
      • Opera - YouTube
      • Opera - LinkedIn
      • Opera - Instagram

      © Opera Software 1995-