firefox
restart firefox
about:restartrequired
to show injected web content
[!NOTE|label:references:]
- go to
about:config search for
security.csp.enable, and set it tofalse
1.11.5.5.1 -- firefox disable security.csp.enable
cleanup firefox databbase
$ pgrep -u `id -u` firefox-bin || find ~/.mozilla/firefox -name '*.sqlite'|(while read -e f; do echo 'vacuum;'|sqlite3 "$f" ; done)
customized firefox style
userChrome.css
steps:
- open your currently active profile folder
- create a new folder named chrome
- create a desktop shortcut (alias) to the chrome folder for easier future access
- make sure your OS is set to show you file extensions like .txt and .css
- create a new text file inside the chrome folder named userChrome.css
- change a preference in Firefox so it looks for your files at startup (in Firefox 69+)
unlock custom css usage in firefox 69 and newer
about:configtoolkit.legacyUserProfileCustomizations.stylesheetstrue
where to find firefox profile folder? the correct location for user styles
about:support>Profile Folder>Open Folderorabout:profiles>Root Directory>Open Folder- User styles belong into
<profile_folder>\chrome\folder
-
- Enable once
Tools>WebDeveloper>Toggle Tools>'Customize Tools and get help button'>Settings>Enable browser chrome and add-on debugging toolboxesTools>WebDeveloper>Toggle Tools>'Customize Tools and get help button'>Settings>Enable remote debugging- Hit Ctrl+Alt+Shift+I or open
Tools>WebDeveloper>Browser Toolbox
- Enable once
remove blue line for active tab
How to hide or change the color of the blue line over the tab?
/* Hide blue stripe on active tab */ .tab-line[selected="true"] { opacity: 0 !important; }-
.tab-line { display: none !important; } is there any way to disable the blue line on top of the currently selected tab?
#TabsToolbar .tabbrowser-tab[selected] .tab-line { display: none !important; }or
#TabsToolbar .tabbrowser-tab .tab-line { display: none !important; }[help] The blue line on top of active tab is back in Firefox 60
#tabbrowser-tabs { --tab-line-color: var(--lwt-accent-color) !important; }Change active tab line color in Tree Style Tabs?
:root .tab .highlighter::before { <do something> }How to remove the thin blue bar on top of active tabs?
.tab-line { background-color:#f5f6f7 !important; }or
.tabbrowser-tab:not([selected="true"]):hover .tab-line { background-color: #cccdcf !important; }[SOLVED] How to change active tab background color in css?
#main-window[lwthemetextcolor=bright] tab[selected="true"] { color: blue !important; } #main-window[lwthemetextcolor=bright] tab[selected="true"] .tab-background { background-color: gold !important; background-image: none !important; }or
/* ACTIVE TAB BACKGROUND COLOR */ .tab-content[selected="true"] { background: rgba(65, 85, 145, 0.4) !important; }
chrome
shortcut
[!TIP] references:
| KEY | DESCRIPTION | COMMENTS |
|---|---|---|
| ⇧ + w | move tab to new windows by using Vimium | shift + w |
| ⌘ + l ⇢ ⇧ + ⏎ | duplicate tab to new window | cmd+l ⇢ shift+enter |
| ⌘ + l ⇢ ⌥ + ⏎ | duplicate tab to same window | cmd+l ⇢ option+enter |
| ⌥ + ⌘ + i | open developer tools | option + command + i |
download
[!NOTE|label:references:]
- download standalone version via : https://www.google.com/chrome/?standalone=1
- download for OSX : https://www.google.com/chrome/?platform=mac
- standalone for OSX : https://www.google.com/chrome/?platform=mac&standalone=1
- download for linux : https://www.google.com/chrome/?platform=linux
- standalone for linux : https://www.google.com/chrome/?platform=linux&standalone=1
tips
[!NOTE|label:references:]
disable is not secure for http URL
settings -> Privacy and security -> Security -> Secure connections ->
Always use secure connections
1.11.5.5.2 -- http not secure
disable input box auto-fill
settings -> Autofill and passwords -> Addresses and more ->
Save and fill addresses
1.11.5.5.3 -- disable autofill
remove "All Bookmarks"
[!NOTE|label:references:]
- open
about://flags - disable
Power bookmarks side panel
restart
chrome://restart
chrome://chrome-urls
[!NOTE|label:references:]
all in one
chrome://about/orabout:aboutchrome://chrome-urls/orabout:chrome-urlschrome://predictors/orabout:predictors
quick open
chrome://downloads/orabout:downloadchrome://versionorabout:versionchrome://settings/orabout:settingschrome://flags/orabout:flags
utilities
chrome://dino/orabout:dino
chrome://translate-internals/orabout:translate-internalschrome://user-actions/orabout:user-actionschrome://whats-new/orabout:whats-newchrome://topics-internals/orabout:topics-internalschrome://quota-internals/orabout:quota-internalschrome://profile-internals/orabout:profile-internalschrome://prefs-internals/orabout:prefs-internalschrome://password-manager-internals/orabout:password-manager-internalschrome://ukm/orabout:ukmchrome://components/orabout:componentschrome://sync-internals
debug
chrome://local-state/orabout:local-statechrome://process-internals/orabout:process-internalschrome://system/orabout:systemchrome://history-clusters-internals/orabout:history-clusters-internalschrome://web-app-internals/orabout:web-app-internalschrome://histograms/orabout:histogramschrome://gpu/orabout:gpuchrome://net-internals/orabout:net-internalschrome://net-export/orabout:net-exportchrome://device-log/orabout:device-logchrome://badcastcrash/orabout:badcastcrashchrome://inducebrowsercrashforrealz/orabout:inducebrowsercrashforrealzchrome://inducebrowserdcheckforrealz/orabout:inducebrowserdcheckforrealzchrome://crash/orabout:crashchrome://crashdump/orabout:crashdumpchrome://kill/orabout:killchrome://hang/orabout:hangchrome://shorthang/orabout:shorthangchrome://gpuclean/orabout:gpucleanchrome://gpucrash/orabout:gpucrashchrome://gpuhang/orabout:gpuhangchrome://memory-exhaust/orabout:memory-exhaustchrome://memory-pressure-critical/orabout:memory-pressure-criticalchrome://memory-pressure-moderate/orabout:memory-pressure-moderatechrome://quit/orabout:quitchrome://restart/orabout:restart
incognito mode
[HKEY_CLASSES_ROOT\ChromeHTML\shell\open\command]
@="\"C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe\" -incognito -- \"%1\""
[HKEY_CLASSES_ROOT\htmlfile\shell\open\command]
@="\"C:\\Program Files\\Internet Explorer\\iexplore.exe\" -incognito %1"
"DelegateExecute"="{17FE9752-0B5A-4665-84CD-569794602F5C}"
extensions
[!NOTE|label:references:]
UUID
bpojelgakakmcfmjfilgdlmhefphglae: Set Character Encodingcaclkomlalccbpcdllchkeecicepbmbm: Advanced Font Settings | config.jsonckkdlimhmcjmikdlpkmbgfkaikojcbjk: Markdown Viewclngdbkpkpeebahjckkjfobafhncgmne: Stylusfjnbnpbmkenffdnngjfgmeleoegfcffe: Stylishdbepggeogbaibhgnhhndojpepiihcmeb: Vimium | vimium-options.jsonggaabchcecdbomdcnbahdfddfikjmphe: Chrome Captureghgabhipcejejjmhhchfonmamedcbeod: Click&Clean | config-Optionsgieabiemggnpnminflinemaickipbebg: CSS Scanieelmcmcagommplceebfedjlakkhpden: Disable Content-Security-Policyjlgkpaicikihijadgifklkbpdajbkhjo: CrxMouse | config.jsonkpppomnoahmhnmmamjfbnnnmeabkjcni: Color Pickerlobiadjfmkomemokdfhiaaaidgdhcded: Ultimate Color Pickermcbpblocgmgfnpjjppndjkmgjaogfceg: FireShotocllfmhjhfmogablefmibmjcodggknml: Recent Tabhenmfoppjjkcencpbjaigfahdjlgpegn: New Tab - Dream Afar: Wallpapers & Productivity Widgetshjgllnccfndbjbedlecgdedlikohgbko: URL Incrementer - A Next Page Incrementereifflpmocdbdmepbjaopkkhbfmdgijcc: JSON Viewer Pro *pamhglogfolfbmlpnenhpeholpnlcclo: JsonDiscoveryahmnmhfbokciafffnknlekllgcnafnie: Get cookies.txt Cleancclelndahbckbenkjhflpdbgdldlbecc: Get cookies.txt LOCALLY *hlepfoohegkhhmjieoechaddaejaokhf: Refined GitHub | refined-github/refined-github | config.cssdhdgffkkebhmkfjojejmpbldmpobfkfo: Tampermonkey | pr-trailing-space-highlight.jsinvalid
kdcjmllhmhnnadianfhhnoefgcdbpdap: smooth gestures plus | official website | config.txtnjabckikapfpffapmjgojcnbfjonfjfg: Export cookies.txtmnamhmcgcfflfjafflanbhbfffpmkmmm: Dream Afar New Tabgbmdgpbipfallnflgajpaliibnhdgobh: JSON Viewpadekgcemlokbadohgkifijomclgjgif: Proxy SwitchOmega
theme
aghfnjkcakhmadgdomlmlhhaocbkloab: Just Black
switch recently used tab
[!NOTE|label:references:]
URL Incrementer - A Next Page Incrementer
- install the extension
- setup the shortcut in chrome://extensions/shortcuts
chromium
[!NOTE|label:references:]
- chromium installer download : https://download-chromium.appspot.com
- or specific the platform via : https://download-chromium.appspot.com/?platform=Mac&type=snapshots
safari
url incrementer
[!NOTE|label:references:]
- using
Bookmarklet+javascript+ Safari native shortcuts to increment url query parameter- if using Chrome, URL Incrementer - A Next Page Incrementer extension is the best choice
// +1
javascript:(function(){var u=location.href,m=u.match(/(.*?)(\d+)(\D*)$/);if(m){var n=parseInt(m[2],10)+1,s=n.toString().padStart(m[2].length,'0');location.href=m[1]+s+m[3];}else{alert('No Number found in URL');}})();
// -1
javascript:(function(){var u=location.href,m=u.match(/(.*?)(\d+)(\D*)$/);if(m){var n=parseInt(m[2],10)-1,s=n.toString().padStart(m[2].length,'0');location.href=m[1]+s+m[3];}else{alert('No Number found in URL');}})();
Steps:
- open url
data:text/html;charset=utf-8,<title>+1</title>in Safari - cmd + d to bookmark the page, and name it
( unicode:F15CB), and put into the first of Favorites folder ( native shortcut: cmd + option + 1 ) - right click the bookmark → Edit Address → paste the above
javascriptcode for +1, and save - same steps for -1, and name it
( unicode:F1052), and put into the second of Favorites folder ( native shortcut: cmd + option + 2 ) - now open Jenkins build page, and hit cmd + option + 1 to increment the build number, or hit cmd + option + 2 to decrement the build number