<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Knowledge Base (Posts about userchrome)</title><link>https://bgstack15.ddns.net/blog/</link><description></description><atom:link href="https://bgstack15.ddns.net/blog/categories/userchrome.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2023 &lt;a href="mailto:bgstack15@gmail.com"&gt;bgstack15&lt;/a&gt; 
&lt;a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/"&gt;
&lt;img alt="Creative Commons License BY-SA"
style="border-width:0; margin-bottom:12px;"
src="https://bgstack15.ddns.net/.images/l_by-sa_4.0_88x31.png"&gt;&lt;/a&gt;</copyright><lastBuildDate>Mon, 10 Apr 2023 12:58:43 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>Firefox 111.0: fix puzzle piece in toolbar</title><link>https://bgstack15.ddns.net/blog/posts/2023/04/10/firefox-111.0-fix-puzzle-piece-in-toolbar/</link><dc:creator>bgstack15</dc:creator><description>&lt;p&gt;Starting in Firefox 109.0, we could use a line in the &lt;code&gt;prefs.js&lt;/code&gt; (or &lt;code&gt;about:config&lt;/code&gt;) to remove the annoying puzzle piece.&lt;/p&gt;
&lt;div class="code"&gt;&lt;pre class="code literal-block"&gt;user_pref("extensions.unifiedExtensions.enable", false);
&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;However, starting in Firefox 111.0 the Mozilla people started ignoring this pref. The brilliant folks over at &lt;a href="https://bgstack15.ddns.net/blog/outbound/https:/www.askvg.com/disable-or-remove-extensions-button-from-firefox-toolbar/#comment-2760226"&gt;askvg.com&lt;/a&gt; solved this one though!&lt;/p&gt;
&lt;p&gt;You have take a few steps for this solution.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Set &lt;code&gt;about:config&lt;/code&gt; value &lt;code&gt;toolkit.legacyUserProfileCustomizations.stylesheets&lt;/code&gt; to &lt;code&gt;true&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Visit the profile directory (available from &lt;code&gt;about:support&lt;/code&gt;, button "Open Directory") and make sub-directory &lt;code&gt;chrome&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Make file &lt;code&gt;chrome/userChrome.css&lt;/code&gt; with contents:&lt;/li&gt;
&lt;/ol&gt;
&lt;div class="code"&gt;&lt;pre class="code literal-block"&gt;&lt;span class="c1"&gt;#unified-extensions-button, #unified-extensions-button &amp;gt; .toolbarbutton-icon{&lt;/span&gt;&lt;span class="w"&gt;&lt;/span&gt;
&lt;span class="n"&gt;width&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="n"&gt;px&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;!&lt;/span&gt;&lt;span class="n"&gt;important&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="w"&gt;&lt;/span&gt;
&lt;span class="n"&gt;padding&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;0&lt;/span&gt;&lt;span class="n"&gt;px&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="o"&gt;!&lt;/span&gt;&lt;span class="n"&gt;important&lt;/span&gt;&lt;span class="p"&gt;;&lt;/span&gt;&lt;span class="w"&gt;&lt;/span&gt;
&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;

&lt;ol&gt;
&lt;li&gt;Restart Firefox.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;I don't plan on ever using Chrome, but wow, the Mozilla people make me want to look for something else.&lt;/p&gt;
&lt;p&gt;This is the first time I've ever needed to modify userChrome.css. Ever since 2006, I have never needed it!&lt;/p&gt;</description><category>browser</category><category>firefox</category><category>userchrome</category><guid>https://bgstack15.ddns.net/blog/posts/2023/04/10/firefox-111.0-fix-puzzle-piece-in-toolbar/</guid><pubDate>Mon, 10 Apr 2023 12:34:39 GMT</pubDate></item></channel></rss>