Skip to content

Instantly share code, notes, and snippets.

@Amm1rr
Amm1rr / fix_kde_google_integration.md
Last active January 22, 2026 11:12
Fix Google Account and Drive Integration on KDE

Fix Google Account and Drive Integration on KDE

Easily resolve Google Account and Drive integration issues on KDE with this simple script.


Quick Fix

  1. Download the script:
    The script fix_kde_google_integration.sh is located alongside this README. Download it to your system.
@Amm1rr
Amm1rr / Trello-RTL-Support.user.js
Last active August 27, 2024 07:49
Trello RTL Support Userscript
// ==UserScript==
// @name Trello RTL Support
// @version 0.1
// @author Amm1rr
// @description Adds RTL (Right-to-Left) support for Trello boards, optimizing layout for RTL languages like Persian, Arabic, and Hebrew
// @homepage https://github.com/Amm1rr/
// @namespace amm1rr
// @match https://trello.com/b/*
// @namespace trello-rtl-support@amm1rr.com
// @grant none
@Amm1rr
Amm1rr / youtube-custom-font.user.js
Last active July 19, 2024 16:16
Custom Font Applier for YouTube
// ==UserScript==
// @name Youtube Custom Font
// @version 0.1
// @author Amm1rr
// @description Applies a custom font, Vazirmatn, to all text elements on the current web page (YouTube).
// @homepage https://github.com/Amm1rr/
// @namespace amm1rr
// @match https://*.youtube.*/*
// @grant none
// @updateURL https://gist.github.com/Amm1rr/a99724466256da42c4ef08c144a790d7/raw/e3a22769f09e3732aa5c61ce9060d768c4474326/youtube-custom-font.user.js
@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