This file contains 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
function viewAds() { | |
var btn = document.getElementsByClassName('_circle_13e6v_59')[0] || undefined | |
if ( btn ) { | |
btn.click(); | |
} | |
} | |
var adsI = setInterval( function(){ | |
viewAds(); |
This file contains 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 Blum new auto click Game | |
// @namespace Violentmonkey Scripts | |
// @match https://telegram.blum.codes/* | |
// @grant none | |
// @version 1.0 | |
// @author airdropsangmes | |
// @description 15:03:27 16/10/2024 | |
// ==/UserScript== |
This file contains 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
function btnClick() { | |
var btn = document.getElementsByClassName('lucky-btn')[0] || undefined; | |
var accept = document.getElementsByClassName('pop-lucky-result-btn')[0] || undefined | |
if (btn) { | |
var hasGray = btn.classList.contains('lucky-btn-gray'); | |
if ( !hasGray ) { | |
btn.click(); | |
} | |
} |
This file contains 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
var clickers = document.getElementsByClassName('Tap_lightsContainer__Ojfvm') | |
clicker = clickers[0] || undefined | |
setInterval( function(){ | |
if(clicker) { clicker.click(); } | |
}, 10) |
This file contains 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
#!/bin/bash | |
regex=test | |
git branch -r | awk -F/ '/\/$regex/{print $2}' | xargs -I {} git push origin -d {} |
This file contains 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
[alias] | |
# one-line log | |
l = log --pretty=format:"%C(yellow)%h\\ %ad%Cred%d\\ %Creset%s%Cblue\\ [%cn]" --decorate --date=short | |
a = add | |
ap = add -p | |
c = commit --verbose | |
ca = commit -a --verbose | |
cm = commit -m | |
cam = commit -a -m |
This file contains 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
[Desktop Entry] | |
Version=1.0 | |
Name=Brave Web Browser | |
# Only KDE 4 seems to use GenericName, so we reuse the KDE strings. | |
# From Ubuntu's language-pack-kde-XX-base packages, version 9.04-20090413. | |
GenericName=Web Browser | |
GenericName[ar]=متصفح الشبكة | |
GenericName[bg]=Уеб браузър | |
GenericName[ca]=Navegador web | |
GenericName[cs]=WWW prohlížeč |
This file contains 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
[user] | |
email = [email protected] | |
name = UserName | |
[credential] | |
helper = store | |
[filter "lfs"] | |
required = true | |
clean = git-lfs clean -- %f | |
smudge = git-lfs smudge -- %f | |
process = git-lfs filter-process |
This file contains 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
# Some options that may or may not be applicable to you | |
[user] | |
name = Zach Olivare | |
email = [email protected] | |
[push] | |
default = upstream | |
[core] | |
autocrlf = input # Force replacing CRLF line endings with LF | |
ignorecase = false | |
[merge] |
NewerOlder