- Google Account
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (() => { | |
| 'use strict'; | |
| // Polyfill for Object.fromEntries for older environments | |
| const fromEntries = Object.fromEntries || (iterable => [...iterable].reduce((obj, [key, val]) => ((obj[key] = val), obj), {})); | |
| // Utility to create DOM elements with options | |
| const makeElem = (type, { classes, dataset, ...opts } = {}) => { | |
| const node = Object.assign(document.createElement(type), opts); | |
| if (classes) node.classList.add(...classes); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Nova YouTube beta | |
| // @namespace yt-nova | |
| // @version 0.50.0c | |
| // @description Powerful control on YouTube | |
| // @author raingart <[email protected]> | |
| // @license Apache-2.0 | |
| // @icon https://raw.github.com/raingart/Nova-YouTube-extension/master/icons/48.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1234 | 255 | |
|---|---|---|
| 1111 | 244 | |
| 0000 | 221 | |
| 1212 | 212 | |
| 7777 | 203 | |
| 1004 | 199 | |
| 2000 | 199 | |
| 4444 | 196 | |
| 2222 | 195 | |
| 6969 | 195 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| adb help // List all comands | |
| == Adb Server | |
| adb kill-server | |
| adb start-server | |
| == Adb Reboot | |
| adb reboot | |
| adb reboot recovery | |
| adb reboot-bootloader |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ! Title: Fake PUSH Notification Filter | |
| ! Description: Filter to block Fake PUSH Notification | |
| ! uBlock link: https://gist.github.com/raingart/746bf5f4896e450bda22c099f610e13f/raw/fake_push_notifications.txt | |
| ! Homepage: https://gist.github.com/raingart/746bf5f4896e450bda22c099f610e13f | |
| ! similar: https://github.com/AdguardTeam/AdguardFilters/raw/master/AnnoyancesFilter/Popups/sections/push-notifications_general.txt | |
| ##[id|=push] | |
| ! global group | |
| ! ||*push*^ |