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
1 FOXSPORTS2HD PSSH: AAAAa3Bzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAEsIARIQeJDDdDH2c7/UnG6IoVJb2RoUdmVyaW1hdHJpeHRlbGVjZW50cm8iGHI9Rk9YU1BPUlRTMkhEX01SJnM9Njg0OSoFU0RfSEQ= --key 7890c37431f673bfd49c6e88a1525bd9:3924c89cfdc95e1461f6b2d68568fb12 | |
3 DISNEYCHANNELHD PSSH: AAAAbnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAE4IARIQ3jOQoqJKjSc6XvKp8YgHYhoUdmVyaW1hdHJpeHRlbGVjZW50cm8iG3I9RElTTkVZQ0hBTk5FTEhEX01SJnM9Njg0OSoFU0RfSEQ= --key de3390a2a24a8d273a5ef2a9f1880762:938690712d64eb624142d0a2c385d644 | |
4 TYCSPORTS PSSH: AAAAaHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAEgIARIQQngJ/HKSYX/pXOrau0oqYxoUdmVyaW1hdHJpeHRlbGVjZW50cm8iFXI9VFlDU1BPUlRTX01SJnM9Njg0OSoFU0RfSEQ= --key 427809fc7292617fe95ceadabb4a2a63:6f05e2acec1c7527e5a91a6919a67f51 | |
5 NATGEO PSSH: AAAAZXBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAEUIARIQUKzdGB9L4Y4SKfkBuIqJpxoUdmVyaW1hdHJpeHRlbGVjZW50cm8iEnI9TkFUR0VPX01SJnM9Njg0OSoFU0RfSEQ= --key 50acdd181f4be18e1229f901b88a89a7:9de074be42f7c3471a3859a8ec787001 | |
6 DISCOVERY PSSH: AAAAaHBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAAEgIARIQ5Jvr31NIM81s+MLgTXfz |
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 Habilitar Scroll en Meganoticias Mendoza | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description Habilita el scroll en la página "Meganoticias Mendoza" deshabilitando el bloqueo de adblocker. | |
// @author GitHub Copilot | |
// @match https://meganoticiasmendoza.ar/* | |
// @grant none | |
// ==/UserScript== |
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 Deshabilitar Popup en Palermonline | |
// @namespace http://tampermonkey.net/ | |
// @version 1.0 | |
// @description Elimina el popup y habilita el scroll en palermonline.com.ar | |
// @author palermonline | |
// @match https://www.palermonline.com.ar/* | |
// @match https://palermonline.com.ar/wordpress/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=palermonline.com.ar | |
// @grant none |
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
MjZfVFZfSEQ → 26_TV_HD | |
Q00= → CM | |
Q29tZWR5Q2VudHJhbA → ComedyCentral | |
Q2FuYWw0X1VSVQ== → Canal4_URU | |
Q2FuYWw3 → Canal7 | |
Q2FuYWw5 → Canal9 | |
Q2FuYWwxMlVSVQ== → Canal12URU | |
Q2FuYWxfMTJfQ0JB → Canal_12_CBA | |
Q2FuYWxfNV9Sb3Nhcmlv → Canal_5_Rosario | |
Q2FuYWxfOF9DQkE → Canal_8_CBA |
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
<?php | |
// Lista de dominios para verificar | |
$domains = [ | |
"http://flow-live.dlt.qwilted-cds.cqloud.com", | |
"https://chromecast.cvattv.com.ar", | |
"https://lb-02-slo.cvattv.com.ar", | |
"https://cdn.cvattv.com.ar" | |
]; | |
// Obtener la ruta que se pasa como parámetro 'path' en la URL |
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 Filmaffinity old | |
// @namespace http://tampermonkey.net/ | |
// @version 0.3 | |
// @description Filmaffinity old | |
// @author You | |
// @updateURL https://gist.githubusercontent.com/robot00f/a4ce0cbf073bd9cd504a3c0c33d0987c/raw/5017348ec45d392a62962268fbbe7f1344d4b645/Filmaffinity%2520old.js | |
// @downloadURL https://gist.githubusercontent.com/robot00f/a4ce0cbf073bd9cd504a3c0c33d0987c/raw/5017348ec45d392a62962268fbbe7f1344d4b645/Filmaffinity%2520old.js | |
// @match https://www.filmaffinity.com/*/film* | |
// @grant none |
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
import re | |
from validate_email import validate_email | |
from collections import OrderedDict | |
from fuzzywuzzy import fuzz | |
# Open the input file in read mode | |
with open("input.txt", "r") as input_file: | |
# Read the contents of the file | |
data = input_file.read() |
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
import re | |
# Open the text file | |
with open("textfile.txt", "r") as file: | |
# Read the contents of the file | |
data = file.read() | |
# Use regular expressions to find the email and password in the text | |
email_regex = r'[\w\.-]+@[\w\.-]+' | |
password_regex = r'\b[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Z|a-z]{2,}\b|\b\S{8,}\b' |
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
fibertel:7BD413A87FAAC5EBD57C3783F635A5314F69243AF173D94572FA6AB37E57E6A2 | |
telecom:C06F6073897E5E857E12BE420E89D62163E5B0E73317D0A6C34DD34DEC57C1D7 | |
personal:4A0A339B0C6D0553897752A84115ADC81C75812E1743EB2519258E5000F70DEB | |
clarovideo:42433980C66177645235139EF13DA83AE8E067704C54227D276BA3404791C39F | |
movistar:351E239B49558DD91A5418FE692951AF9C4A4E55417C90BD04B472BF7E8CF403 | |
cablevision:69CE3366131C80870BD4BB7E32AFAA07EFADA5A4E60B0F82B076B0F265D4C7BC | |
telecentro:3DE1F46B9F63804B071CA448460E5E5272FDBDC9FA34A9D019031D4C51EF8C76 | |
widevine:7F7FE475C3BBBEDAB70CF5D05AF7971522D8FFFACE88C1ACA2D1487CE8EA9532 | |
huawei:B81C8201ACFC7639BE3BD3D7F875BA5CA76E422FA2163CEC9DACE50662B637A7 | |
negro:F59E28F8BB6499DDF0521ED7A60AEDA00957AEB7EE605CAF17A216F7A9A26D08 |
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
Usage: HandBrakeCLI [options] -i <source> -o <destination> | |
General Options -------------------------------------------------------------- | |
-h, --help Print help | |
--version Print version | |
--json Log title, progress, and version info in | |
JSON format | |
-v, --verbose[=number] Be verbose (optional argument: logging level) | |
-Z. --preset <string> Select preset by name (case-sensitive) |