Skip to content

Instantly share code, notes, and snippets.

View padgriffin's full-sized avatar

Padgriffin padgriffin

View GitHub Profile
@padgriffin
padgriffin / ublock-filter-youtube.txt
Last active March 20, 2026 13:18 — forked from tadwohlrapp/ublock-filter-youtube.txt
My modified (less restrictive) uBlock filters for YouTube
! ============================
! YouTube Top Nav Bar
! ============================
! always show normal YouTube logo, never that distracting doodleyoodle
www.youtube.com##ytd-topbar-logo-renderer > a > ytd-yoodle-renderer
www.youtube.com##ytd-topbar-logo-renderer > a > div:remove-attr(hidden)
! hide "Search with your voice" button (YouTube users have no voice)
www.youtube.com###masthead #center #voice-search-button
@padgriffin
padgriffin / StartIsBack Cleanup.xml
Created July 18, 2024 01:21
Task Scheduler Task that removes the key for StartIsBack Trial upon logon
<?xml version="1.0" encoding="UTF-16"?>
<Task version="1.2" xmlns="http://schemas.microsoft.com/windows/2004/02/mit/task">
<RegistrationInfo>
<Date>2024-07-18T02:11:06.5028053</Date>
<Author>KINGCLAWTHORNE\Pad</Author>
<URI>\StartIsBack Cleanup</URI>
</RegistrationInfo>
<Triggers>
<LogonTrigger>
<Enabled>true</Enabled>