From 5c14f76ef35c4a49e3471ef63159ac4df43dcb76 Mon Sep 17 00:00:00 2001 From: James Blair Date: Sun, 7 Jun 2020 16:57:06 +1200 Subject: [PATCH] Tweaked profile name. --- windows-setup.org | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/windows-setup.org b/windows-setup.org index 7872376..0b0d202 100644 --- a/windows-setup.org +++ b/windows-setup.org @@ -128,8 +128,8 @@ Note there is an about:config setting that needs to be set to enable these style #+NAME: Configure usercss #+begin_src shell -cd /c/Users/jmhbnz/AppData/Roaming/Mozilla/Firefox/Profiles/jamqyxbf.default-release/chrome/ -cat > userContent.css << EOF +cd /c/Users/jmhbnz/AppData/Roaming/Mozilla/Firefox/Profiles/f7lryukb.default-release-1591505157037/chrome/ +cat > userContent.css << EOF /* https://userstyles.org/styles/90565/firefox-adjust-white-flash-when-opening-new-tab */ /* https://userstyles.org/styles/142191/remove-new-tab-flash */ @-moz-document url-prefix(about:preferences), url-prefix(about:blank), url-prefix(about:newtab) { @@ -176,7 +176,3 @@ cat > userContent.css << EOF EOF #+end_src - -#+RESULTS: Configure usercss -#+begin_example -#+end_example