Skip to content

Instantly share code, notes, and snippets.

@culy247
culy247 / dormin-ads.js
Created January 14, 2025 06:42
Dormint ads auto view
function viewAds() {
var btn = document.getElementsByClassName('_circle_13e6v_59')[0] || undefined
if ( btn ) {
btn.click();
}
}
var adsI = setInterval( function(){
viewAds();
@culy247
culy247 / blum-game.ts
Created January 13, 2025 02:29
blum bot auto click
// ==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==
@culy247
culy247 / tap-coin-wheel-click.js
Created January 8, 2025 01:21
auto click tap coin bot wheel
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();
}
}
@culy247
culy247 / cedex - battle - click.js
Created December 27, 2024 02:11
Telegram xedex battle auto click on web
var clickers = document.getElementsByClassName('Tap_lightsContainer__Ojfvm')
clicker = clickers[0] || undefined
setInterval( function(){
if(clicker) { clicker.click(); }
}, 10)
@culy247
culy247 / bash.sh
Created October 23, 2023 09:26
Remove all remote branch by regex
#!/bin/bash
regex=test
git branch -r | awk -F/ '/\/$regex/{print $2}' | xargs -I {} git push origin -d {}
@culy247
culy247 / .gitconfig
Last active September 7, 2023 00:54
[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
@culy247
culy247 / brave-browser.desktop
Created August 18, 2023 04:59
brave-browser.desktop
[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č
@culy247
culy247 / .gitconfig
Last active June 2, 2023 07:40
Git config
[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
@culy247
culy247 / .gitconfig
Created June 2, 2023 07:33 — forked from 0livare/.gitconfig
My git alias list. Running 'git alias' will pretty-print these commands to the terminal.
# 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]
@culy247
culy247 / Navicat premium old version
Created April 5, 2023 06:44
Navicat download link
current: https://download3.navicat.com/download/navicat_premium_en_x64.exe
v15: https://download3.navicat.com/download/navicat151_premium_en_x64.exe