|
1980 | 1980 | c.url.start_pages = ['about:blank'] |
1981 | 1981 | c.url.default_page = 'https://hoogle.haskell.org/' |
1982 | 1982 | c.url.searchengines = { |
1983 | | - 'DEFAULT': 'https://google.com/search?q={}', |
1984 | | - 'noai': 'https://google.com/search?q={} before:2022 -site:youtube.com -site:facebook.com -site:rumble.com -site:tiktok.com', |
| 1983 | + 'DEFAULT': 'https://google.com/search?q=before:2023 {}', |
1985 | 1984 | 'ggl': 'https://google.com/search?q={}', |
1986 | 1985 | 'ddg': 'https://duckduckgo.com/?q={}', |
1987 | 1986 | 'gpt': 'https://chatgpt.com/?q={}', |
|
2002 | 2001 | 'trans': 'https://translate.google.com/details?sl=auto&tl=auto&op=translate&text={}', |
2003 | 2002 | 'sound': 'https://soundcloud.com/search/sets?q={}', |
2004 | 2003 | 'github': 'https://github.com/search?type=code&q={}', |
| 2004 | + 'repo': 'https://github.com/search?type=repositories&s=stars&o=desc&q=language:rust created:<2023 {}', |
2005 | 2005 | 'hoogle': 'https://hoogle.haskell.org/?hoogle={}', |
2006 | 2006 | 'hackage': 'https://hackage.haskell.org/packages/search?terms={}', |
2007 | | - 'rust': 'https://docs.rs/releases/search?query={}', |
| 2007 | + 'docs': 'https://docs.rs/releases/search?query={}', |
2008 | 2008 | 'crate': 'https://crates.io/search?q={}', |
2009 | 2009 | 'nixpkgs': 'https://search.nixos.org/packages?query={}', |
2010 | 2010 | 'nixos': 'https://search.nixos.org/options?query={}', |
|
0 commit comments