This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var a="https://www.google.com/search?q=";var b=prompt("What would you like to search in images for?", "memes");var c="&tbm=isch";if(b===""){alert("invalid response");}else if(b===" "){alert("invalid response");}else if(b!=null){open(a+b+c);} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var a="https://tinyurl.com/create.php?url=";var b=location.host;var c=location.pathname+location.search;if (b===""){alert("invalid response");}else if (b===" "){alert("invalid response");}else if (b!=null){open(a+b+c);} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var a="https://www.reddit.com/search/?q="; var b=prompt("What would you like to search on Reddit?"); if (b==="") {alert("invalid response");} else if (b!=null) {var c=confirm("Would you like to search specifically in subreddits or users?\nCancel for general search, OK for yes"); if (c==true) {var d=confirm("Cancel for users search, OK for subreddits search");if (d==true) {open(a+encodeURI(b)+"&type=sr");} else {open(a+encodeURI(b)+"&type=user");}} else {open(a+encodeURI(b));}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var a=prompt("Equation\n+ for addition - for subtraction * for multiplication / for division\nno variable support", "1+1");var b=eval(a);var c=alert(b); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var a="https://google.com/search?q="; var b=prompt("What would you like to search on Google?", "Search"); if(b===""){alert("invalid response");}else if (b===" "){alert("invalid response");} else if (b!=null){open(a+encodeURI(b));} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var a="https://stackoverflow.com/search?q="; var b=prompt("What would you like to search on stackoverflow?", "How to..."); if(b===""){alert("invalid response");}else if (b===" "){alert("invalid response");} else if (b!=null){open(a+encodeURI(b));} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var a="https://duckduckgo.com/?q="; var b=prompt("What would you like to search on duckduckgo?", "Search"); if(b===""){alert("invalid response");}else if (b===" "){alert("invalid response");}else if (b!=null){open(a+encodeURI(b));} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var a="https://searx.puffyan.us/search?q="; var b=prompt("What would you like to search on searx?", "Search"); if(b===""){alert("invalid response");}else if(b===" "){alert("invalid response")}else if(b!=null) {open(a+encodeURI(b));} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var a="https://gogoanime.be/search/?keyword="; var b=prompt("What anime would you like to watch today?", "Naruto"); if(b===""){alert("invalid response");}else if(b===" "){alert("invalid response");}else if(b!=null) {open(a+encodeURI(b));} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:var a="https://myflixer.pw/search/";var b=prompt("What show/movie would you like to watch today?", "Lucifer");if (b===""){alert("invalid response");}else if (b===" "){alert("invalid response");} else if(b!=null){open(a+b);} |