📝 Updated bookmark backups
This commit is contained in:
parent
e6039668a6
commit
b652a009c0
4 changed files with 27 additions and 6 deletions
13
aliases
13
aliases
|
|
@ -416,7 +416,8 @@ alias a11yslider="librewolf https://a11yslider.js.org/ &"
|
||||||
alias swiperjs="librewolf https://swiperjs.com/ &"
|
alias swiperjs="librewolf https://swiperjs.com/ &"
|
||||||
# for static site generation
|
# for static site generation
|
||||||
alias hugo="librewolf https://gohugo.io/ &"
|
alias hugo="librewolf https://gohugo.io/ &"
|
||||||
|
# for random pics of not real people (for test sites)
|
||||||
|
alias thispersondoesnotexist = "librewolf https://thispersondoesnotexist.com &"
|
||||||
# css example sites
|
# css example sites
|
||||||
alias devsnap="librewolf https://devsnap.me/ &"
|
alias devsnap="librewolf https://devsnap.me/ &"
|
||||||
# css gradients
|
# css gradients
|
||||||
|
|
@ -492,12 +493,20 @@ alias wikimedia="librewolf https://commons.wikimedia.org/wiki/Main_Page/ &"
|
||||||
# wesbos tutorials/articles/etc
|
# wesbos tutorials/articles/etc
|
||||||
alias wesbos="brave https://courses.wesbos.com &"
|
alias wesbos="brave https://courses.wesbos.com &"
|
||||||
alias frontendmasters="librewolf https://frontendmasters.com/ &"
|
alias frontendmasters="librewolf https://frontendmasters.com/ &"
|
||||||
|
|
||||||
# send text messages from an api (js, python, nodejs, curl, ruby, etc) (requires payment for more than 1 per day)
|
# send text messages from an api (js, python, nodejs, curl, ruby, etc) (requires payment for more than 1 per day)
|
||||||
alias textbelt="librewolf https://textbelt.com/ &"
|
alias textbelt="librewolf https://textbelt.com/ &"
|
||||||
# create an email server backend using nodejs (& express...)
|
# create an email server backend using nodejs (& express...)
|
||||||
alias nodemailer="librewolf https://nodemailer.com/ &"
|
alias nodemailer="librewolf https://nodemailer.com/ &"
|
||||||
|
|
||||||
|
# firebase alternatives (database as a service)
|
||||||
|
# postgres
|
||||||
|
alias supabase="librewolf https://supabase.com &"
|
||||||
|
# sqlite
|
||||||
|
alias pocketbase="librewolf https://pocketbase.io &"
|
||||||
|
|
||||||
|
# solidproject is an interesting project that promotes privacy respecting data collection
|
||||||
|
alias solidproject="librewolf https://solidproject.org &"
|
||||||
|
|
||||||
# cool video on fluid animation in css:
|
# cool video on fluid animation in css:
|
||||||
# https://egghead.io/lessons/css-build-a-fluid-loading-animation-in-css
|
# https://egghead.io/lessons/css-build-a-fluid-loading-animation-in-css
|
||||||
# cool video on animating typing using css
|
# cool video on animating typing using css
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -157,7 +157,15 @@
|
||||||
"https://www.hcaptcha.com",
|
"https://www.hcaptcha.com",
|
||||||
"https://lucide.dev",
|
"https://lucide.dev",
|
||||||
"https://iconsear.ch",
|
"https://iconsear.ch",
|
||||||
"https://feathericons.com"
|
"https://feathericons.com",
|
||||||
|
"https://screensiz.es",
|
||||||
|
"https://matthewjamestaylor.com",
|
||||||
|
"https://fasterthanli.me",
|
||||||
|
"https://interrupt.memfault.com",
|
||||||
|
"https://thispersondoesnotexist.com",
|
||||||
|
"https://supabase.com",
|
||||||
|
"https://pocketbase.io",
|
||||||
|
"https://solidproject.org"
|
||||||
],
|
],
|
||||||
"untrusted": [
|
"untrusted": [
|
||||||
"google.com",
|
"google.com",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue