Request to add more setting options #49
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
More information can be referenced : https://docs.searxng.org/admin/settings/settings_search.html
Optional safe search filter results level
Custom Autocomplete Suggestions
Custom Display Site Favicons
Open Links in a New Tab
*The Snippet Content of search results cannot be easily copied on mobile devices :(
Also, why is the Default Country for image search not set to All regions ?
Furthermore, git․lolcat․ca/robots.txt has not yet been created
it depends of the scraper. Sometimes, that setting is not available.
Thank you for your suggestions xoxo
pls, add option in settings "Open Links in a New Tab". please
Because of this, it is verrrry inconvenient to use search on Android (Fennec). Because you have to press 3 buttons every time instead of 1, and also if you don't use new tab, you have to click back many times to get back to the search.
Please tell me what is the difficulty in implementing this? (for my understanding)
@Dituar Just looked into that, and it's easy to add. I've got something working on my end.
In the settings.php file, the following setting could be added:
In the frontend.php file, the
drawtextresult
function could be updated where it draws the title and description:@Korbs This is a very poor way of handling it.
$_COOKIE["open_in_new_tab"]
is needlessly long so it adds a lot of network overhead. Furthermore, you don't sanitize the value at all so a maliciously crafted cookie could run XSS on the target's browser.Do not do this.
thats right, ure all morons lolol
add more birde
do it ureself dumb lazy fuck
also suggestion download gogle.exe
I said I got something working on my end and could be a way, but I never said should. I didn't make a pull request for a reason, because you would do this better, way better, since I'm don't know much about PHP and 4get's source code.
As for the network overhead and cookies, I'll keep that noted. Thanks for letting me know.
@Dituar
I found the UserScript for the Tampermonkey extension
https://gist.github.com/abhiomkar/458640#file-top2blank-js
And it works well on Android (Firefox) on all sites (can be configured to work on specific sites: change the line
// @include https://*
to// @include https://4get.ca*
).Maybe it will be useful to someone, until 4get add this setting.
@Dituar
but that code not work on PC, very old, and have many notes from Tampermonkey.
I write UserScript for the Tampermonkey (with ChatGPT, i'm not coder), this code works on PC too, can be customized, can handle infinite scrollable pages.
https://gist.github.com/Dituar/fb88d2c84068a75ef313e48d59605d8f
PS. idc why all code not normally displayed in the bb "code", so I attached it to the ExternalLinks2NewTab.txt