Easily resolve Google Account and Drive integration issues on KDE with this simple script.
- Download the script:
The scriptfix_kde_google_integration.shis located alongside this README. Download it to your system.
| // ==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 [email protected] | |
| // @grant none |
| // ==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 |
| // 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"); |
| 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 |
| // ==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 با این اسکریپت به راحتی میتوان بین زبان انگلیسی و فارسی | |
| // در جستجوی گوگل سوییچ کرد، البته بدون تغییر در چینش | |
| // صفحه از چپ به راست. |
| @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 |