Next week we’re going to be announcing a development for Focus, expanding out the template library in order to include useful submissions from Mojeek users.
If anyone here is a user of Focus and has any templates that they find particularly useful, you could help this launch out a lot by being one of the first new submissions. Just let me know and I’ll give you some more details.
Even if you’re not a user of Focus but you have a good idea or collection of links then I’m sure we can make that work too.
You can also help us out if none of this applies by keeping this under wraps until next week
I regularly use the World Factbook as an atlas. My Focus ‘Site to Search’ is www.cia.gov which does a good job. However, you might limit that further to https://www.cia.gov/the-world-factbook/countries/%s/
Anime/Manga/VN DB sites like Myanimelist, Anilist, AniDB, VNDB, Mangaupdates, Novelupdates
Bookstores like Booktopia, Audiobooksnow, Libro.fm, Barnes & Noble, TOR Books, Leanpub, Smashwords … Amazon, I guess. It can be really annoying finding books sometimes. Only problem with this is it won’t surface authors selling their books on thier own site.
Programming/Server admin sites. You know, when you’re looking for a fix to your technical issue on Stackoverflow or ServerFault.
it is an interesting use case but I think for these initial ones we’re trying to find multi-site searches so it shows off what the tool can do. Thanks though
all three of these look to fit the bill, and pretty much all the sites you’ve named all seem to have decent coverage; any chance you’d be willing to be one of the first Github submissions? The process isn’t too hard and is outlined in the repo
At the moment the release will be keeping the 25 limit, but it’s been requested a few times so it’s on the list.
If inspiration does hit anyone then the repo is ready and we’ll push it out wider next week. Would be good to have some things up ahead of that but it’s about utility so these things can take time.
Hi, not a new Focus request, but I’d like it if the existing ones used partial URLs rather than just domains to be more specific. When I tried the dictionary focus for the word “test”, I got random web pages from the chosen domains that contained the word test (like an article on dictionary.com with words for spelling tests) rather than definitions of the word test. So, more specific URL patterns would make the results more useful and targeted?
Will also reply to @snatchlightning’s request, but just for this quickly @Videonas there is a way currently. If you have the top-right option turned on from the Dashboard.
One issue with it is, if it’s on by default, we have the SERP widgets and the text in the bar pop up as standard. I agree that getting to it quicker is something to look at; the Focus tab itself is very minimal when it comes to screen space, so turning that on by default (pulling it out as a separate setting) should help.
This is a tricky one which we have thought about; the main problem is that Focus in its current form uses cookies, this was chosen for the first iteration of the tool and it’s still a way that users can still keep themselves private on Mojeek.
Unfortunately this means that a Focus adds a lot to the URL which would be built in order to allow for a cookieless mode. A possible solution is having an account, but then the privacy side of things is not as possible, and on top of that it means creating an account architecture etc.
We’ve got a sitting issue for this piece of functionality; so I’ve added in this request to that
Have you ever looked at Ecosia? They have a counter feature to count the amount of trees you would have planted with your searches. This counter can be synced acros devices. This works by sending a link to your email address which, one clicked, sets a cookie. Ecosia themselves don’t store your email anywhere.
Could this be an inspiration on how to do this?
I’m not claiming that I know anything about how this works, but I’m assuming that they use your email address as a variable to generate a unique URL. This URL is then send to that email address. If you don’t like asking or entering an email, then perhaps there are still other options using the same method, I reckon. Having the user enter a word/sentence/… that is used instead of the email and displaying the uniquely generated URL on screen. Obviously keeping in mind that without an email there a chance that 2 people use the same variable and therefore generate the same URL, but I think I’m going to leave figering out the details to people that are more expert in this than I am.