Firefox shyfox 테마 적용하기
Summary
Firefox shyfox 테마 설치 방법은 GitHub 링크를 따라 기본 프로필 디렉토리에 필요한 파일을 넣는 것이며, 배경 이미지는 wallpaper.png로 이름을 변경하여 chrome 폴더에 넣어야 합니다. 또한, floating 검색창 기능은 userChrome.css에서 해당 줄을 제거하여 비활성화할 수 있습니다.

설치방법
💡 기본적으로 이 링크만 따라해주면 된다
https://github.com/Naezr/ShyFox?tab=readme-ov-file
💡 해당 디렉토리 안 여러개의 프로필이 존재하는데, 이중에서 해당되는 프로필에다가 profile
디렉토리와 user.json
을 넣으면 된다…
1
| C:\Users\SBU\AppData\Roaming\Mozilla\Firefox\Profiles
|
1
| /home/사용자이름/.mozilla/firefox/
|
1
| ~/Library/Application Support/Firefox/Profiles
|
배경 이미지 수정 방법
1
2
3
| Rename your picture to wallpaper.png and put it into chrome folder.
This information can be found in the README on GitHub.
|
floating 검색창 기능 끄기
1
| Go to userChrome.css and remove line with import shy-floating-search.css
|

💬 댓글
GitHub 계정으로 로그인하여 댓글을 남겨보세요. GitHub 로그인
🔧 댓글 시스템 설정이 필요합니다
GitHub Discussions 기반 댓글 시스템을 활성화하려면:
GISCUS_SETUP_GUIDE.md
파일의 안내를 따라 설정 완료Repository 관리자만 설정할 수 있습니다. 설정이 완료되면 모든 방문자가 댓글을 남길 수 있습니다.