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
<?php | |
/* | |
Plugin Name: Make Elementor Default Editor | |
Plugin URI: https://github.com/heyfletch/make-elementor-default-editor | |
Description: Make Elementor the default editor for pages, posts, and Elementor templates | |
Version: 0.1.4 | |
Author: Fletcher Digital (edited by Matteo C.) | |
Author URI: https://fletcherdigital.com | |
License: GPL v2 or later | |
License URI: https://www.gnu.org/licenses/gpl-2.0.html |
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 Discord Bio | |
// @namespace https://micorksen.eu | |
// @version 1.0 | |
// @description Remove the stupid limit of 'About me' on Discord's web app. | |
// @author Micorksen | |
// @match https://discord.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=discord.com | |
// @require https://code.jquery.com/jquery-3.6.3.slim.min.js | |
// @grant none |
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 Forms Filler | |
// @namespace https://micorksen.eu | |
// @version 1.0 | |
// @description Get a pre-filled link for Google Forms. | |
// @author Micorksen | |
// @match https://docs.google.com/forms/* | |
// @icon https://gstatic.com/images/branding/product/2x/forms_2020q4_48dp.png | |
// @require https://code.jquery.com/jquery-3.6.3.slim.min.js | |
// @grant GM_setClipboard |
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 Plausible | |
// @namespace https://micorksen.eu | |
// @version 1.0 | |
// @description Disable Plausible tracking. | |
// @author Micorksen | |
// @match http://*/* | |
// @match https://*/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=plausible.io | |
// @grant none |
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 Do not Adfoc.us | |
// @namespace https://micorksen.eu | |
// @version 1.0 | |
// @description Skip ads when accessing shortened URLs. | |
// @author Micorksen | |
// @match http://*/* | |
// @match https://*/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=adfoc.us | |
// @grant none |
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 Git Trash | |
// @namespace https://micorksen.eu | |
// @version 1.0 | |
// @description Delete a GitHub repository in one-click. | |
// @author Micorksen | |
// @match https://github.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=github.com | |
// @require https://code.jquery.com/jquery-3.6.3.slim.min.js | |
// ==/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 ENT Hauts-de-France | |
// @namespace https://micorksen.eu | |
// @version 1.0 | |
// @description Redirects to Educonnect without the need to click buttons. | |
// @author Micorksen | |
// @match https://connexion.enthdf.fr/* | |
// @match https://educonnect.education.gouv.fr/idp/profile/SAML2/Unsolicited/SSO?execution=* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=enthdf.fr | |
// @grant none |