Skip to content

Instantly share code, notes, and snippets.

@Yonezpt
Yonezpt / pixel_launcher.diff
Created January 5, 2019 22:30
Pixel launcher 3.9 changes to remove the Google search from the home screen
Index: res/layout/hotseat.xml
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
--- res/layout/hotseat.xml (revision 23203324e3e8ef2bc5ab7f2dedacbebc9672da2d)
+++ res/layout/hotseat.xml (date 1546726980687)
@@ -23,5 +23,5 @@
android:layout_height="match_parent"
android:layout_gravity="center"
@Yonezpt
Yonezpt / ffflat.css
Created March 19, 2017 16:46
Firefox Flat
/* AGENT_SHEET */
@namespace html url(http://www.w3.org/1999/xhtml);
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
/*-----------------*/
window #tab-view-deck {
margin: 0 !important;
}
#browser-border-start, #browser-border-end,
#browser-bottombox, #navigator-toolbox::after{
@Yonezpt
Yonezpt / YT SUB-NUKE.user.js
Created January 4, 2016 23:19
Remove subscriptions from guide menu to prevent Firefox hangs
// ==UserScript==
// @version 1.0.0
// @name YouTube Guide Nuke
// @description Remove subscriptions from guide menu to prevent Firefox hangs
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==
(function () {
@Yonezpt
Yonezpt / YT FP-QL.user.js
Last active January 21, 2018 12:25
YouTube force playback quality
// ==UserScript==
// @version 1.0.1
// @name YouTube force playback quality
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==
(function () {
'use strict';
@Yonezpt
Yonezpt / YouTube reddit.css
Last active August 29, 2015 14:18
r/YouTube custom skin
body {
background:#F1F1F1;
}
.pagename a {
background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAACt0lEQVQoz+3SP09TYRQG8IOL4RsgSNvbv4C4uMAkLgbippEw6CKwqIuGwW/gZEI6kIiDo0MnEk1MmEBLRQFbCnJLa6WlFK6K2kKrBarH55p7TUWa1vgm8pqe5Jc0vbfneZ+8JWYmmUl9+FqBWoFagf+hwP5Jn/TUQw/cgmG4Dz54DH4IQQwSkIaMgf+Q+bu0sStm7PYbWT4je9g4i36meio3a+2eOrgBGeBDKmOcse63Aql29yiwJO79cvjVE+4+YMn0/SyQbHNPA0tm+sfhV9rcdmBJOehNq2sQWFKDFG91eYEl5aXXLS4fsKR8FPM4A8BCtLq3hO2qToCiHqcKLMJOKrW3NnTzZbTFlRO1swKVlt1ODViEr9ks65NPpQor/VeCyx5XQdTuMjSKuBw5YBHMAvoU9/Z4MxzejvdeDOJZUVTGPjlS8UGUYkkBc/JbW7weCGRi53rm8c43kXk6euV0sCgHFTBv46OmcXp8/F3kTNeCyExadDhYlHIFSm/jbTLJqbGx9aWOjoiITFpw2FmUSgXM2/iwscFaIsHRgf7I32ZS2G5nUaopoM+237+61Nm5JCKT5hU7i1LxLxQKaerprrDITAopCotSrsAXVX0f6e4OiswyUdCmsCj7C+wkk9no+QtzeFYUmVOK5qxKDlgEs8CupuWjly7P4LtdUbvLyNGsVdGARSisJArxq9dmZ232gqidFWg0Y7GpwEJYlbywXdVR6UWzbQpYUlP0vNnmA5aUj6aPW73AkvLSsybrALCkBijQZFWAJaWQPlONlgCwZAJkztNGSy+wZHqpdJ4cs4wAS2KEDprJBssgJIEPqU24DnVUbiYamo/AKeiH23AXHsAjmISQIQ4J0CBjyAJX4bPx/idjh2
@Yonezpt
Yonezpt / YouTube transparent player.user.js
Last active August 29, 2015 14:18
Forces the transparent player on YouTube for testing purposes
// ==UserScript==
// @version 1
// @name YouTube transparent player
// @namespace none
// @description Forces the transparent player on YouTube for testing purposes
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==
@Yonezpt
Yonezpt / YT RMV-AP-UN.user.js
Last active January 30, 2022 04:37
Removes the autoplay up next feature
// ==UserScript==
// @version 1.0.2
// @name Removes the autoplay up next feature
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==
(function () {
'use strict';
@Yonezpt
Yonezpt / YT STOP-AS.user.js
Last active August 29, 2015 14:17
Disable share-panel and sidebar autoscroll in YouTube
// ==UserScript==
// @version 1.0.1
// @name Disable share-panel and sidebar autoscroll in YouTube
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==
(function ytascrl() {
'use strict';
@Yonezpt
Yonezpt / YT PL-AP.user.js
Last active August 29, 2015 14:17
Force playlist autoplay for YouTube
// ==UserScript==
// @version 1.0.6
// @name Force playlist autoplay for YouTube
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==
(function ytapl() {
'use strict';
@Yonezpt
Yonezpt / mousehideytheader.user.js
Last active August 29, 2015 14:13
Shows YouTube header when moving mouse to the top of the browser
// ==UserScript==
// @version 7
// @name Mouseover show Youtube Header
// @namespace https://github.com/YePpHa/YouTubeCenter/issues/1393
// @description Shows YouTube header when moving the mouse to the top of the browser
// @match *://www.youtube.com/*
// @run-at document-start
// @grant none
// @noframes
// ==/UserScript==