Skip to content

Instantly share code, notes, and snippets.

View ian4kasablancas's full-sized avatar

Ian ian4kasablancas

View GitHub Profile
@ian4kasablancas
ian4kasablancas / Startpage - Remove Sponsored Ads (Advanced Filter)
Created January 8, 2026 19:42
Removes ALL sponsored ads from Startpage search results reliably
// ==UserScript==
// @name Startpage - Remove Sponsored Ads (Advanced Filter)
// @namespace https://startpage.com/
// @version 2.0
// @description Removes ALL sponsored ads from Startpage search results reliably
// @match https://www.startpage.com/*
// @match https://startpage.com/*
// @grant none
// @run-at document-start
// ==/UserScript==
@ian4kasablancas
ian4kasablancas / YouTube Members-Only Filter & Lock Thumbnails
Created January 8, 2026 19:39
Hides members-only videos everywhere except the Members tab, where thumbnails are locked with overlay
// ==UserScript==
// @name YouTube Members-Only Filter & Lock Thumbnails
// @namespace yt-members-filter
// @version 1.0
// @description Hides members-only videos everywhere except the Members tab, where thumbnails are locked with overlay
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
(function () {
@ian4kasablancas
ian4kasablancas / Windows key not working - how to fix Tecla do Windows não funciona não está funcionando - como consertar
Last active October 15, 2024 09:03
Windows key not working - how to fix Tecla do Windows não funciona/não está funcionando - como consertar
Windows key not working - how to fix
Tecla do Windows não funciona/não está funcionando - como consertar
Simply press the two keys at the same time: "FN + Windows Key"
---
Simplesmente pressione as duas teclas ao mesmo tempo: "FN + Tecla do Windows"
@ian4kasablancas
ian4kasablancas / Youtube no notifications.
Last active November 15, 2024 21:21
TamperMonkey Script - YT no notifications.
// ==UserScript==
// @name Hide YouTube Notifications
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Hides YouTube notifications and removes notification count from the tab title.
// @author Ian_Blancasa
// @match https://www.youtube.com/*
// @grant none
// ==/UserScript==
@ian4kasablancas
ian4kasablancas / YT always teather mode
Created October 14, 2024 20:03
TamperMonkey Script - Youtube always In teather mode.
// ==UserScript==
// @name YouTube Auto Theater Mode
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Forces YouTube to always use theater mode
// @author Ian_Blancasa
// @match *://www.youtube.com/*
// @grant none
// ==/UserScript==