MystPi / ninetails

A private, fast, and beautiful web browser.
MIT License
68 stars 22 forks source link

[discuss] More customization options. #46

Closed MystPi closed 2 years ago

MystPi commented 2 years ago

Discuss some more customization options you would like Ninetails to have.

Options:

hello-smile6 commented 2 years ago

I got dark mode covered.

jdev082 commented 2 years ago

customizable size options

for example like Firefox

Normal, Touch, and Compact

hello-smile6 commented 2 years ago

customizable size options

for example like Firefox

Normal, Touch, and Compact

That'd probably be hard, but I think it'd be possible.

fatrex commented 2 years ago

I've added the possibility to set a different "homepage" https://github.com/MystPi/ninetails/pull/51

MystPi commented 2 years ago

I've added the possibility to set a different "homepage" #51

Great idea! I've left a comment describing some changes I would like, then I'll merge.

ninjamar commented 2 years ago

I'm trying to help @webdev03 with extensions (#50)

JoshAtticus commented 2 years ago

I found a problem with the search engine thing, even when I change it to a valid search engine, the homepage still says Search with Google

EDIT: I made a DuckDuckGo homepage for DDG users, although I can make other ones

MystPi commented 2 years ago

I found a problem with the search engine thing, even when I change it to a valid search engine, the homepage still says Search with Google

You're right. Now it just says 'Search the web...'.

JoshAtticus commented 2 years ago

I made heaps of different homepages for Ninetails: https://github.com/JoshAtticus/Ninetails-homepages/

hello-smile6 commented 2 years ago

@JoshAtticus The domain your certificate uses seems to be a fake cloudflare domain. What???

JoshAtticus commented 2 years ago

I made heaps of different homepages for Ninetails: https://github.com/JoshAtticus/Ninetails-homepages/

@MystPi Don't use their thing. https://daniel.is-a.dev/blog/freenom-the-free-domains-website-is-a-scam-3 That's their hosting provider. I'm going to make a copy on replit.

I beg your pardon? I use 000webhost and it's trusted, it's not freenom and @MystPi already uses freenom

hello-smile6 commented 2 years ago

I made heaps of different homepages for Ninetails: https://github.com/JoshAtticus/Ninetails-homepages/

@MystPi Don't use their thing. https://daniel.is-a.dev/blog/freenom-the-free-domains-website-is-a-scam-3 That's their hosting provider. I'm going to make a copy on replit.

I beg your pardon? I use 000webhost and it's trusted, it's not freenom and @MystPi already uses freenom

Never mind

MystPi commented 2 years ago

It says it's insecure, even if I use http.

hello-smile6 commented 2 years ago

It says it's insecure, even if I use http.

Use my copy.

hello-smile6 commented 2 years ago

@MystPi Do you have a Replit account? I need help fixing the homepages site.

JoshAtticus commented 2 years ago

It says it's insecure, even if I use http.

Use my copy.

Huh hmmm? Defamation for the services I use?

hello-smile6 commented 2 years ago

It says it's insecure, even if I use http.

Use my copy.

Huh hmmm? Defamation for the services I use?

It supports HTTPS.

JoshAtticus commented 2 years ago

It says it's insecure, even if I use http.

Use my copy.

Huh hmmm? Defamation for the services I use?

It supports HTTPS.

So? There isn't really a need, when you type stuff in, it isn't uploading it to analytics or anything like that, let's take the duckduckgo one for example, it redirects to https://duckduckgo.com/your-search-query, not an http site, you that search is encrypted using https.

hello-smile6 commented 2 years ago

It says it's insecure, even if I use http.

Use my copy.

Huh hmmm? Defamation for the services I use?

It supports HTTPS.

So? There isn't really a need, when you type stuff in, it isn't uploading it to analytics or anything like that, let's take the duckduckgo one for example, it redirects to https://duckduckgo.com/your-search-query, not an http site, you that search is encrypted using https.

Hmm, so what about those hotel ad injection things and stuff like that? https://www.theverge.com/2012/4/7/2931600/hotel-caught-injecting-advertising-into-web-pages-on-complimentary-wi

JoshAtticus commented 2 years ago

It says it's insecure, even if I use http.

Use my copy.

Huh hmmm? Defamation for the services I use?

It supports HTTPS.

So? There isn't really a need, when you type stuff in, it isn't uploading it to analytics or anything like that, let's take the duckduckgo one for example, it redirects to https://duckduckgo.com/your-search-query, not an http site, you that search is encrypted using https.

Hmm, so what about those hotel ad injection things and stuff like that? https://www.theverge.com/2012/4/7/2931600/hotel-caught-injecting-advertising-into-web-pages-on-complimentary-wi

That's possible to pretty much any link

MystPi commented 2 years ago

Please stay on topic!

JoshAtticus commented 2 years ago

It says it's insecure, even if I use http.

Use my copy.

I NEVER consented to you plagiarizing my work and giving me no credit, I DON'T CARE IF THIS IS OFF TOPIC, I PUT EFFORT INTO MY WORK

webdev03 commented 2 years ago

I can work on Dark Mode like how I did with Catalyst if you would like :smile: If you want to implement it yourself, I used something like this:

function evaluatePreferences() {
  if (preferences.dark) {
    document.documentElement.classList.add("dark");
  } else {
    document.documentElement.classList.remove("dark");
  }
}

then you can of course change preferences.dark to the logic where you get the user's choice, then you can use dark: like normal in Tailwind to apply custom dark mode styles :smile:

MystPi commented 2 years ago

If I do implement dark mode, I'll probably do it myself. Thanks for the offer though! 😸

MystPi commented 2 years ago

Kind of dead.