• h0rnman@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    8 hours ago

    Create a custom search provider. Search URL should be like:

    https://www.google.com/search?q=%25s+-ai+-reddit

    You can just keep stringing the additional terms that you want excluded. I’m sure there’s some limit but you probably won’t hit it

    Edit: apparently either lemmy or boost doesn’t like percent signs. Or URL encoding for that matter. The first part should be (percent character)s, and the plus signs should be (percent character)20. Though the + will probably work as-is depending on how your browser does things