{"id":2670,"date":"2023-05-30T11:31:07","date_gmt":"2023-05-30T16:31:07","guid":{"rendered":"http:\/\/www.ishygddt.xyz\/~blog\/?p=2670"},"modified":"2023-05-30T11:41:37","modified_gmt":"2023-05-30T16:41:37","slug":"firefox-fullscr-toggler","status":"publish","type":"post","link":"http:\/\/www.ishygddt.xyz\/~blog\/2023\/05\/firefox-fullscr-toggler","title":{"rendered":"Remove 1px bar at top of full-screen Firefox"},"content":{"rendered":"<p>If you have a keen eye, you probably noticed the 1-pixel black bar at the top of your screen when you enter F11-fullscreen in Firefox.<\/p>\n<p>To fix this, you'll need to create this file:<\/p>\n<pre><code class=\"\" data-line=\"\">\/*  \u2026\/Profiles\/xxxxxxxx.default-esr\/chrome\/userChrome.css  *\/\n\n#fullscr-toggler {\n\t\/\/ background-color: red;\n\tdisplay: none;\n}\n<\/code><\/pre>\n<p>(If you can't figure out how to open that file or create it in the first place, <a href=\"https:\/\/www.userchrome.org\/how-create-userchrome-css.html\">this tutorial<\/a> seems pretty good for Windows. On Linux, it's hiding inside <code class=\"language-shell\" data-line=\"\">~\/.mozilla\/firefox<\/code>, which is a hidden folder you can probably access by opening your file manager and pressing <code class=\"\" data-line=\"\">Ctrl<\/code>&#8211;<code class=\"\" data-line=\"\">H<\/code>. Note that you <em>will<\/em> likely have to create the subfolder <code class=\"language-shell\" data-line=\"\">chrome<\/code>.)<\/p>\n<p>Once that CSS file exists, enable <code class=\"language-yaml\" data-line=\"\">toolkit.legacyUserProfileCustomizations.stylesheets<\/code> in <i>about:config<\/i>, and restart the browser.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have a keen eye, you probably noticed the 1-pixel black bar at the top of your screen when you enter F11-fullscreen in Firefox. To fix this, you'll need to create this file: \/* \u2026\/Profiles\/xxxxxxxx.default-esr\/chrome\/userChrome.css *\/ #fullscr-toggler { \/\/ background-color: red; display: none; } (If you can't figure out how to open that file &hellip;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[96],"tags":[],"class_list":["post-2670","post","type-post","status-publish","format-standard","hentry","category-howto"],"_links":{"self":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/2670","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/comments?post=2670"}],"version-history":[{"count":7,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/2670\/revisions"}],"predecessor-version":[{"id":2730,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/posts\/2670\/revisions\/2730"}],"wp:attachment":[{"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/media?parent=2670"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/categories?post=2670"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/www.ishygddt.xyz\/~blog\/wp-json\/wp\/v2\/tags?post=2670"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}