Skip to content

circle-dev/minutes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minutes

Minimalist light weight new tab browser extension for your Firefox browser. Based on Traversy Media dynamic landing page tutorial which is inspired by Moment / Momentum extension.

Features
  • Minimal and light weight
  • The backgroud and greeting will change based on the time of the day
  • Name and Focus message can be changed

Traversy Media Youtube Link

Firefox Extensions Link

Screenshot:

Main Screenshot

Remove extension name from urlbar
  1. Enable toolkit.legacyUserProfileCustomizations.stylesheets using about:config
  2. Create userChrome.css in your profile folder and add the following lines.
#identity-box.extensionPage #identity-icon-label {
	visibility: collapse !important;
	transition: visibility 250ms ease-in-out;
}
	#identity-box.extensionPage:hover #identity-icon-label {
	visibility: visible !important;
	transition: visibility 250ms ease-in-out 500ms;
}
User Styles Enabled

FF URL BAR

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published