Skip to content

Instantly share code, notes, and snippets.

@imakealol
imakealol / gist:b3f4baaf237202b8221d9e8ad2787e81
Created March 28, 2026 01:43 — forked from vextoly/gist:e4acb9a7d85a4b9a04392f19b0c67227
NoUpgrade? Block stupid c.ai Upgrade Buttons
// ==UserScript==
// @name NoUpgrade?
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Remove all "Upgrade" messages and buttons on character.ai
// @author CraftingManager
// @match https://character.ai/*
// @grant none
// ==/UserScript==
@imakealol
imakealol / mybypass
Created March 28, 2026 01:41 — forked from xoashh/mybypass
// ==UserScript==
// @name bypassforme
// @namespace http://tampermonkey.net/
// @version 1.2.0
// @description Core panel, settings, chat export/import/duplicate, delete, SFW/NSFW, confuser, highlight, docking, always-on ZWSP maxbypass
// @match https://*.character.ai/chat/*
// @grant none
// ==/UserScript==
(function () {
@imakealol
imakealol / WebCatalog Premium Unlocked Crack.md
Created March 12, 2026 22:26 — forked from Mysticc28/WebCatalog Premium Unlocked Crack.md
Working WebCatalog Premium Crack, with premium features unlocked

WebCatalog is one of the best programs that can be used to turn any website into a desktop app with added functionality, with many features that many Progressive Web Apps (PWAs) do not offer through browsers. However, it is greatly restricted and allows a maximum of 2 apps and spaces per account.

But not to worry about as there is a current workaround to create unlimited apps and spaces.

Inspired by @HorridModz's original gist on the same.

Here's a quick tutorial how to bypass it. Note that the default directory of WebCatalog Apps is C:\Users\%USERPROFILE%\AppData\Local\Programs\WebCatalogApps

@imakealol
imakealol / webcatalog-unlimited-apps.md
Created March 12, 2026 22:25 — forked from HorridModz/webcatalog-unlimited-apps.md
WebCatalog Unlimited Apps Crack

UPDATE 5/18/2025: The original method was patched. The gist has been updated to reflect the new method.

WebCatalog is a tool to easily create desktop apps from websites. It's an awesome tool, but the free version (Basic account) limits you to 5 2 apps.

webcatalog5applimitation

However, I came up with a simple workaround to trick WebCatalog into letting you install as many apps as you want:

All WebCatalog apps are stored at %LocalAppData%\Programs\WebCatalogApps.

@imakealol
imakealol / screenplayer.json
Created February 24, 2026 13:52 — forked from iksnae/screenplayer.json
screenplayer.json
openapi: 3.0.3
info:
title: Screenplayer API
description: API for managing and interacting with screenplays and projects in the Screenplayer platform.
version: 1.0.0
paths:
/api/projects:
post:
summary: Create a Project
@imakealol
imakealol / .zshrc
Created February 24, 2026 11:50 — forked from qus0in/.zshrc
Gemini CLI를 사용하여 자동 커밋 메시지를 지정하는 Function을 터미널에 도입 (MacOS 기준)
# https://aistudio.google.com/apikey
export GEMINI_API_KEY=123456789!@#$%^&*()
ggp() {
# git reset으로 이전 staging 초기화
git reset
# 모든 변경사항 스테이징
git add .
@imakealol
imakealol / video_understanding.ipynb
Created February 24, 2026 11:49 — forked from raveeshbhalla/video_understanding.ipynb
Video input support for DSPy
BigBuckBunny.mp4 url = http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4
ForBiggerJoyrides.mp4 url = http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/ForBiggerJoyrides.mp4
# 🧑‍🏫 🟢 [**LangChain - Chat With Your Data**](https://www.deeplearning.ai/short-courses/langchain-chat-with-your-data/)
# 🧑‍🏫 🟢 [**Building and Evaluating Advanced RAG Applications**](https://www.deeplearning.ai/short-courses/building-evaluating-advanced-rag/)
# 🧑‍🏫 🟠 [**Advanced Retrieval for AI with Chroma**](https://www.deeplearning.ai/short-courses/advanced-retrieval-for-ai/)
# 🧑‍🏫 🟠 [**Functions, Tools and Agents with LangChain**](https://www.deeplearning.ai/short-courses/functions-tools-agents-langchain/)
# 🧑‍🏫 🟠 [**Knowledge Graphs for RAG**](https://www.deeplearning.ai/short-courses/knowledge-graphs-rag/)
// ==UserScript==
// @name Google AI Studio: Zen Mode
// @namespace http://tampermonkey.net/
// @version 0.3
// @description Expand the chat to fill the screen.
// @author Alec Larson
// @match https://aistudio.google.com/app/prompts/*
// @grant GM_addStyle
// ==/UserScript==