- Open the 'java-(*)bit' file corresponding to your Operating-System system type (which is for example a 64bit system or a 32 bit system).
- All the way click 'next/install' to the end.
- Open 'Windows_easytranscript' file.
- Repeat step 2.
- Done!
This file contains hidden or 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 LinkedIn Job Filter Pro | |
| // @namespace http://tampermonkey.net/ | |
| // @version 3.5 | |
| // @description Advanced filters to toggle promoted, normal, and viewed job listings on LinkedIn job search pages. | |
| // @author yange.xyz | |
| // @match https://www.linkedin.com/jobs/* | |
| // @grant none | |
| // @license MIT | |
| // @downloadURL https://update.greasyfork.org/scripts/531022/LinkedIn%20Job%20Filter%20Pro.user.js |
This file contains hidden or 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 LeetCode 10-Min Timer + Title/URL Buttons (Auto Start) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.3 | |
| // @description Adds a 10-minute countdown timer and buttons to get title and copy URL on LeetCode problems. Auto starts timer with alarm. | |
| // @author Yange | |
| // @match https://leetcode.com/problems/* | |
| // @grant none | |
| // @license MIT | |
| // ==/UserScript== |
This file contains hidden or 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 Deutsche Welle Out Load Reading | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.4 | |
| // @description Enhances DW Learn German by improving readability, removing distractions, and adding shortcuts. | |
| // @author Yange | |
| // @match https://learngerman.dw.com/de/* | |
| // @grant none | |
| // @license MIT | |
| // ==/UserScript== |
This file contains hidden or 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
| import os | |
| import shutil | |
| # Function to create RAW directory if it doesn't exist | |
| def create_raw_folder(raw_folder_path): | |
| if not os.path.exists(raw_folder_path): | |
| os.makedirs(raw_folder_path) | |
| # Main script | |
| def organize_raw_files(): |
This file contains hidden or 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
| #โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ | |
| #โ โ โ โ โโโโ 365 E-mails โโโโโโโ | |
| #โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค | |
| #โ โ | |
| #โ โ | |
| #โ this is for automation of โ | |
| #โ configure E-mails in 365. โ | |
| #โ โ | |
| #โ โ |
This file contains hidden or 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
| import json | |
| import requests | |
| from pathlib import Path | |
| """ | |
| โญโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโฎ | |
| โ โ โ โ โโโโโโโโโโโโ Usage โโโโโโโโโโโโโโโโโโโ | |
| โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค | |
| โ โ | |
| โ This gist is to download all the files from โ |