* {
-webkit-user-select: text !important; /* Chrome 49+ */
-moz-user-select: text !important; /* Firefox 43+ */
-ms-user-select: text !important; /* No support yet */
user-select: text !important;
}
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 Remove disable copy | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match *://*/* | |
| // @grant none | |
| // ==/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 123link.vip | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description try to take over the world! | |
| // @author You | |
| // @match https://123link.vip/* | |
| // @grant none | |
| // ==/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 tabs.ultimate-guitar.com unlock | |
| // @version 1.0.0 | |
| // @author Hoang Hong Khang | |
| // @description Unlock all pro features | |
| // @namespace http://tampermonkey.net/ | |
| // @match https://tabs.ultimate-guitar.com/* | |
| // @grant none | |
| // @run-at document-start | |
| // ==/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
| [Desktop Entry] | |
| Name=Trash | |
| GenericName=Trash | |
| Exec=nautilus trash:/// | |
| Icon=user-trash | |
| Terminal=false | |
| Type=Application | |
| Actions=empty-trash; | |
| [Desktop Action empty-trash] |
Create a key using
$ keytool -genkey -v -keystore debug.keystore -alias androiddebugkey -keyalg RSA -keysize 2048 -validity 10000Then sign the apk using
NewerOlder