refactor: firefox overhaul

This commit is contained in:
Nick 2024-11-09 16:44:23 -06:00
parent 9ea002b5a3
commit a2bf6014ff
85 changed files with 1253 additions and 1133 deletions

View file

@ -0,0 +1,27 @@
{
"1337x" = {
definedAliases = ["@13"];
icon = ./icons/13.png;
urls = [{template = "https://1337x.to/search/{searchTerms}/1/";}];
};
"Core Radio" = {
definedAliases = ["@cr"];
icon = ./icons/cr.png;
urls = [{template = "https://coreradio.online/?do=search&subaction=search&story={searchTerms}";}];
};
"The Pirate Bay" = {
definedAliases = ["@pi"];
icon = ./icons/pi.png;
urls = [{template = "https://thepiratebay.org/search.php?q={searchTerms}&all=on&search=Pirate+Search&page=0&orderby=";}];
};
"Torrent Leech" = {
definedAliases = ["@tl"];
icon = ./icons/tl.png;
urls = [{template = "https://www.torrentleech.org/torrents/browse/index/query/{searchTerms}";}];
};
"VSTorrent" = {
definedAliases = ["@vs"];
icon = ./icons/vs.png;
urls = [{template = "https://vstorrent.org/?s={searchTerms}";}];
};
}