{"id":50321093,"url":"https://github.com/hthienloc/oh-my-vibe-userscript","last_synced_at":"2026-05-29T03:30:51.110Z","repository":{"id":353925379,"uuid":"1203475993","full_name":"hthienloc/oh-my-vibe-userscript","owner":"hthienloc","description":"A collection of my userscripts categorized by use case","archived":false,"fork":false,"pushed_at":"2026-05-17T19:19:28.000Z","size":722,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-17T21:39:16.979Z","etag":null,"topics":["userscripts"],"latest_commit_sha":null,"homepage":"https://hthienloc.github.io/oh-my-vibe-userscript/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hthienloc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-07T04:28:18.000Z","updated_at":"2026-05-17T19:19:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hthienloc/oh-my-vibe-userscript","commit_stats":null,"previous_names":["hthienloc/oh-my-vibe-userscript"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hthienloc/oh-my-vibe-userscript","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hthienloc%2Foh-my-vibe-userscript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hthienloc%2Foh-my-vibe-userscript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hthienloc%2Foh-my-vibe-userscript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hthienloc%2Foh-my-vibe-userscript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hthienloc","download_url":"https://codeload.github.com/hthienloc/oh-my-vibe-userscript/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hthienloc%2Foh-my-vibe-userscript/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33635961,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["userscripts"],"created_at":"2026-05-29T03:30:48.824Z","updated_at":"2026-05-29T03:30:51.101Z","avatar_url":"https://github.com/hthienloc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Userscript Collection 🛡️\n\nA centralized monorepo containing curated, high-performance userscripts designed to enhance web productivity and academic workflows.\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![Build Status](https://github.com/hthienloc/oh-my-vibe-userscript/actions/workflows/build.yml/badge.svg)](https://github.com/hthienloc/oh-my-vibe-userscript/actions/workflows/build.yml)\n\n## Project Overview\n\nThis repository serves as a personal hub for various userscripts. By utilizing a monorepo architecture, we ensure consistent coding standards, shared build logic, and synchronized versioning across all distributed components.\n\n## 📦 Core Components\n\n### 🏠 Academic Suite\n- **Enhancer for SVDUT**: A comprehensive tool for the DUT (Da Nang University of Technology) student portal.\n  - *Features*: Automated WiFi portal login, exam schedule synchronization to Google Calendar, AI-powered quiz diagnostic reporting, and **auto-bridge to Gemini** for quiz answering.\n  - *Auto-Bridge*: Sends quiz questions to Gemini and auto-fills answers back via [Bridge Server](./src/productivity/jules-helper/server/relay_server.py) (`python3 bridge_server.py`). Auto-detects server status with setup reminders.\n  - [Install Component](https://github.com/hthienloc/oh-my-vibe-userscript/raw/main/scripts/academic/enhancer-for-svdut.user.js)\n\n### 📱 Social \u0026 Content Tools\n- **Facebook Affiliate Filter**: A security-focused script to maintain a clean feed by automatically detecting and hiding affiliate spam and promotional comments.\n  - [Install Component](https://github.com/hthienloc/oh-my-vibe-userscript/raw/main/scripts/social/filter-fb-affiliate.user.js)\n- **SoundCloud Media Downloader**: Extracts high-fidelity audio with full embedded ID3 metadata (covers, artists, titles) directly within the browser.\n  - [Install Component](https://github.com/hthienloc/oh-my-vibe-userscript/raw/main/scripts/media/soundcloud-downloader.user.js)\n\n### 🛠️ Developer Productivity\n- **Jules Bridge Helper**: A bi-directional synchronization bridge between Jules AI and the Gemini web interface.\n  - *Requirement*: Requires the [Python Relay Server](./src/productivity/jules-helper/server/relay_server.py) to be active.\n  - [Install Component](https://github.com/hthienloc/oh-my-vibe-userscript/raw/main/scripts/productivity/jules-helper.user.js)\n\n## 🏗️ Architecture \u0026 Development\n\nThis project uses a modern build system powered by **Bun** to manage modular source code and distribute production-ready userscripts.\n\n### Repository Structure\n```text\n.\n├── src/               # Modular Source Code\n│   ├── academic/      # Education-related scripts\n│   ├── social/        # Social media and content enhancements\n│   └── productivity/  # Development and workflow tools\n├── scripts/           # Built and Distributed Userscripts\n└── build.ts           # Unified Build Orchestrator\n```\n\n### Build \u0026 Maintenance\n\nTo contribute or build from source:\n\n1.  **Clone \u0026 Install**: `bun install`\n2.  **Setup Auto-Pull Hook**: \n   ```bash\n   chmod +x .git/hooks/pre-commit\n   ```\n   This automatically pulls `origin/main` before each commit to avoid \"branch is behind\" errors.\n3.  **Synchronize**: `npm run build` (This automatically bumps patch versions if changes are detected in `src/`).\n3.  **Local Testing**: Point your userscript manager to the files in the `scripts/` directory.\n\n## ⚖️ License\n\nDistributed under the MIT License. Copyright © 2025 **hthienloc**.\n\n---\n*Maintained with transparency and code integrity in mind.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhthienloc%2Foh-my-vibe-userscript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhthienloc%2Foh-my-vibe-userscript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhthienloc%2Foh-my-vibe-userscript/lists"}