Skip to content

Instantly share code, notes, and snippets.

View zooider's full-sized avatar

elio zooider

View GitHub Profile
export default {
async fetch(request) {
const url = new URL(request.url);
const targetUrl = "https://generativelanguage.googleapis.com" + url.pathname + url.search;
return fetch(targetUrl, {
method: request.method,
headers: request.headers,
body: request.body
});
}
/**
* @name pinutboy/cats-gif
* @description a fully custumizable discord theme by me
*/
:root {
/* Main c variables - replace these URLs with your own images */
--main-background: url("https://yourimage.com/background.jpg");
--chat-background: url("https://yourimage.com/chat-background.jpg");
--sidebar-background: url("https://yourimage.com/sidebar.jpg");