this post was submitted on 17 Oct 2025
        
      
      1113 points (98.6% liked)
      Technology
    76567 readers
  
      
      2905 users here now
      This is a most excellent place for technology news and articles.
Our Rules
- Follow the lemmy.world rules.
 - Only tech related news or articles.
 - Be excellent to each other!
 - Mod approved content bots can post up to 10 articles per day.
 - Threads asking for personal tech support may be deleted.
 - Politics threads may be removed.
 - No memes allowed as posts, OK to post as comments.
 - Only approved bots from the list below, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
 - Check for duplicates before posting, duplicates may be removed
 - Accounts 7 days and younger will have their posts automatically removed.
 
Approved Bots
        founded 2 years ago
      
      MODERATORS
      
    you are viewing a single comment's thread
view the rest of the comments
    view the rest of the comments
For Firefox on Android (which TenBlueLinks doesn't have listed) add a new search engine and use these settings:
Name: Google Web
Search string URL: https://www.google.com/search?q=%s&udm=14
~~as @Saltarello@lemmy.world learned before I did, strip the number 25 from the string above so it looks more like this:~~
~~www .google.com/search?q=%s&udm=14~~
~~EDIT: There's got to a Markdown option for disabling markdwon auto-formatting links, right?? The escape backslash seems to not be working for this specifically.~~
EDIT II: Found a nasty hack that does the trick!
https[]()://www.example.com/search?q=%sappears as:
https://www.example.com/search?q=%s
Lemmy also does code markup with `text`
https://www.google.com/search?q=%25s&udm=14Indeed, @SnotFlickerman@lemmy.blahaj.zone, like so!:
Edit, oh is it buggy with parameters per downthread? Interesting