Skip to content

Instantly share code, notes, and snippets.

View Iliakis-M's full-sized avatar
📝
Preparing for Semester

Iliakis-M4304 Iliakis-M

📝
Preparing for Semester
  • CSD - UOC
  • Greece
  • 22:44 (UTC -12:00)
View GitHub Profile
// ==UserScript==
// @name Twitch Automation
// @namespace https://greasyfork.org/scripts?set=439787
// @homepage https://greasyfork.org/scripts/419581-twitch-automation
// @updateURL https://greasyfork.org/scripts/419581-twitch-automation/code/Twitch%20Automation.user.js
// @installURL https://greasyfork.org/scripts/419581-twitch-automation/code/Twitch%20Automation.user.js
// @downloadURL https://greasyfork.org/scripts/419581-twitch-automation/code/Twitch%20Automation.user.js
// @version 0.9.0
// @description Removes annoyances and automates tasks.
// @author V. H.
@Iliakis-M
Iliakis-M / YTA
Created May 22, 2021 18:16
YouTube Automation [+etc]
// ==UserScript==
// @name Youtube Automation
// @namespace https://greasyfork.org/scripts?set=439787
// @homepage https://greasyfork.org/scripts/419583-youtube-automation
// @updateURL https://greasyfork.org/scripts/419583-youtube-automation/code/Youtube%20Automation.user.js
// @installURL https://greasyfork.org/scripts/419583-youtube-automation/code/Youtube%20Automation.user.js
// @downloadURL https://greasyfork.org/scripts/419583-youtube-automation/code/Youtube%20Automation.user.js
// @version 2.2.4
// @description Automatically cancels dialogs and removes Ads, making YouTube friendlier and lightweight.
// @author V. H.
@Iliakis-M
Iliakis-M / HOSTS
Created May 22, 2021 17:32
Custom Windows-level HOSTS redirecting
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
@Iliakis-M
Iliakis-M / AdB.txt
Created May 22, 2021 17:31
Custom AdBlock
[Adblock Plus 3.0]
! Version: 1.2
! Title: CustomAdBlockList
! Last modified: 21/4/2021 - 23:42:01 PM
! Expires: 1 days (update frequency)
! Homepage: https://gist.github.com/Valen-H/fef2cf23908814432d7daaa1f534389b
! Licence: AFL-3.0
!
! Please report any unblocked adverts or problems.
!
@Iliakis-M
Iliakis-M / Uniq.js
Created May 22, 2021 17:30
UserScript utilities
// ==UserScript==
// @name UniQ
// @namespace https://greasyfork.org/users/723559-valen-h
// @homepage https://greasyfork.org/scripts/419588-uniq
// @updateURL https://greasyfork.org/scripts/419588-uniq/code/UniQ.js
// @installURL https://greasyfork.org/scripts/419588-uniq/code/UniQ.js
// @downloadURL https://greasyfork.org/scripts/419588-uniq/code/UniQ.js
// @version 1.1
// @description Utilities for faster development.
// @author V. H.
@Iliakis-M
Iliakis-M / ytd-cracker.js
Created May 22, 2021 17:29
Cracks YouTube's copyright source signatures
// ==UserScript==
// @name YTDC
// @namespace https://greasyfork.org/users/723559-valen-h
// @homepage https://greasyfork.org/scripts/423445-ytdc/
// @updateURL https://greasyfork.org/scripts/423445-ytdc/code/YTDC.js
// @installURL https://greasyfork.org/scripts/423445-ytdc/code/YTDC.js
// @downloadURL https://greasyfork.org/scripts/423445-ytdc/code/YTDC.js
// @version 0.1
// @description This tool is able to decipher YouTube signatures.
// @author V. H.