Skip to content

Instantly share code, notes, and snippets.

@Amm1rr
Amm1rr / Whounfollowedme - Mass Action
Created January 2, 2022 01:05
Auto Click Unfollow Button Whounfollowedme.org
// Copy and Paste all code to web console browser on page below:
// https://whounfollowedme.org/idontfollowback
function wait(timeout) {
return new Promise(resolve => {
setTimeout(resolve, timeout);
});
}
var btn = document.getElementsByClassName("unfollowButton");
@Amm1rr
Amm1rr / Search and Replace in Table Excel VBA
Created November 16, 2021 16:36
Search in a tables on a excel file and replace and combine with other table.
Public Sub Worksheet_Replace()
Dim rplce As String
Dim searchfor As String
If Lic <> True Then End
searchfor = InputBox("Search For :", "Search for What", "tesco")
If Len(Trim(searchfor)) <= 0 Then
End
End If
@Amm1rr
Amm1rr / Vajehyab-Premium.user.js
Last active May 3, 2023 12:02
An userscript that make premium account in VajehYab.com
// ==UserScript==
// @name Vajehyab Premium
// @version 0.2
// @author Amir
// @description Make the Vajehyab.com website even better! with enable half of premium features, for free :)
// @homepage https://github.com/Amm1rr
// @namespace mkh
// @include http://*.vajehyab.com/*
// @include https://*.vajehyab.com/*
// @grant none
@Amm1rr
Amm1rr / GSearchToggleEnFa.user.js
Last active April 22, 2023 03:30
An userscript that can switch google search result between Persian and English
// ==UserScript==
// @name GSeach Toggle Persian/English
// @name:fa سوییچ فارسی/انگلیسی گوگل
// @version 0.3
// @author Amir
// @description GToggle can change google search language result between
// English and Persian without any effect in RTL direction. (fork as tgxhx)
// @description:fa با این اسکریپت به راحتی می‌توان بین زبان انگلیسی و فارسی
// در جستجوی گوگل سوییچ کرد، البته بدون تغییر در چینش
// صفحه از چپ به راست.
@Amm1rr
Amm1rr / Open with JetBrains.bat
Last active May 3, 2023 12:00
Add a "Open with JetBrains" to windows click right menu that can open Folders and Files
@ECHO OFF
COLOR b
rem First change IDEPath to correct path to your JetBrains IDEs
rem Then change IDEName to anything you want.
rem Done!
SET PhpStormPath=C:\Program Files\JetBrains\PhpStorm 2016.2.1\bin\PhpStorm64.exe
SET PyCharmPath=C:\Program Files\JetBrains\PyCharm 2020.3.3\bin\pycharm64.exe