https://www.dafontfree.net/freefonts-script12-bt-f141942.htm
https://github.com/be5invis/vscode-custom-css
sudo nano ~/.vscode/vs-code-styles.css
| // ==UserScript== | |
| // @name Dowmload VSIX | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.0.0 | |
| // @description This userscript allows you to download VSIX files directly from the Visual Studio Marketplace | |
| // @updateURL https://gist.githubusercontent.com/Sigmanor/8e367568ba3dd88b8a2c30fb7ec083e3/raw/script.user.js | |
| // @downloadURL https://gist.githubusercontent.com/Sigmanor/8e367568ba3dd88b8a2c30fb7ec083e3/raw/script.user.js | |
| // @author sigmanor | |
| // @homepageURL https://github.com/Sigmanor | |
| // @match https://marketplace.visualstudio.com/* |
| // ==UserScript== | |
| // @name Medium Paywall Bypass | |
| // @namespace Violentmonkey Scripts | |
| // @run-at document-start | |
| // @match *://*.medium.com/* | |
| // @match *://medium.com/* | |
| // @match *://*/* | |
| // @grant none | |
| // @version 3.0 | |
| // @inject-into content |
| Folgenden Code unter übliche wp-config-.php-Befehle einfügen: (Auf All-Inkl angewandt - andere Host-Daten müssten dementsprechend angepasst werden...) | |
| define( 'SMTP_USER', 'm05f2ew1' ); // Postfach-Benutzer | |
| define( 'SMTP_PASS', 't3stpwd' ); // Postfach-Passwort | |
| define( 'SMTP_HOST', 'w01c1234.kasserver.com' ); // Postein- und Ausgangsserver | |
| define( 'SMTP_FROM', 'mail@example.com' ); // Gewünschte E-Mail-Adresse zum Versenden | |
| define( 'SMTP_NAME', 'Example Website' ); // Webseiten-Name | |
| define( 'SMTP_PORT', '465' ); // SMTP-Port - häufig 465 oder 587 (auch 25, aber unsicher) | |
| define( 'SMTP_SECURE', 'ssl' ); // Verschlüsselungstyp (auch tls möglich) | |
| define( 'SMTP_AUTH', true ); // SMTP-Authentifikation |
| SET SQL_MODE = ''; | |
| ALTER TABLE `wp_posts` CHANGE `post_date` `post_date` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:00'; | |
| ALTER TABLE `wp_posts` CHANGE `post_date_gmt` `post_date_gmt` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:00'; | |
| ALTER TABLE `wp_posts` CHANGE `post_modified` `post_modified` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:00'; | |
| ALTER TABLE `wp_posts` CHANGE `post_modified_gmt` `post_modified_gmt` DATETIME NOT NULL DEFAULT '1970-01-01 00:00:00'; |
| // Method 1 | |
| var isTouchDevice = | |
| (('ontouchstart' in window) || | |
| (navigator.MaxTouchPoints > 0) || | |
| (navigator.msMaxTouchPoints > 0)); | |
| if(!isTouchDevice){ | |
| console.log('is not touch'); | |
| }else{ | |
| console.log('is touch'); | |
| } |
https://www.dafontfree.net/freefonts-script12-bt-f141942.htm
https://github.com/be5invis/vscode-custom-css
sudo nano ~/.vscode/vs-code-styles.css
| ######################################################################## | |
| # OPTIMAL .htaccess FILE FOR SPEED AND SECURITY @Version 2.0.9 - 03/2024 | |
| # ---------------------------------------------------------------------- | |
| # @Author: Andreas Hecht | |
| # @Author URI: https://seoagentur-hamburg.com | |
| # License: GNU General Public License v2 or later | |
| # License URI: http://www.gnu.org/licenses/gpl-2.0.html | |
| ######################################################################## | |