๐ซ
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 Buang layar timbul PRPM | |
| // @version 1.0 | |
| // @description Buang layar timbul prpm yg menyemak | |
| // @author Niskala5570 x CGPT (sebab aku tak pandai) | |
| // @match *://*/* | |
| // @grant none | |
| // ==/UserScript== | |
| (function() { |
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
| #!/bin/bash | |
| # Fancy Tree with emoji, color, depth, size, style and filtering ๐ฒ | |
| # Color codes | |
| C_RESET="\033[0m" | |
| C_FOLDER="\033[1;34m" | |
| C_FILE="\033[0;37m" | |
| C_SIZE="\033[0;90m" | |
| C_EXEC="\033[1;32m" |
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
| #!/bin/bash | |
| use_ditukar=false | |
| if [[ "$1" == "-f" ]]; then | |
| use_ditukar=true | |
| shift | |
| fi | |
| if [[ $# -eq 0 ]]; then | |
| read -p "Enter one or more input files (use quotes if they have spaces): " input_line |
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 Kamus DBP | |
| // @namespace https://kamus.dbp.gov.my/ | |
| // @version 1.0 | |
| // @description Membolehkan klik kanan, salin. Tukar hamzah biasa kepada hamzah tiga suku. | |
| // @match *://kamus.dbp.gov.my/* | |
| // @run-at document-start | |
| // ==/UserScript== | |
| (function() { |
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
| /* ==UserStyle== | |
| @name Kamus DBP++ | |
| @namespace niskala5570 | |
| @version 1.0 | |
| @description Ragam gelap, rumi jawi menyala, Hamzah Tiga Suku. | |
| @preprocessor stylus | |
| ==/UserStyle== */ | |
| @-moz-document domain("kamus.dbp.gov.my") { |
OlderNewer