I hereby claim:
- I am willouuu on github.
- I am lawix (https://keybase.io/lawix) on keybase.
- I have a public key ASADzWZsjL5LuMPoW8CtzTjeEexsGu9J99fDbPGC8IactAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <?php | |
| // Cleaning CAS session apereo/mod_auth_cas (https://github.com/apereo/mod_auth_cas) | |
| // Sarting session | |
| session_start(); | |
| if ((!isset($_SERVER["PHP_AUTH_USER"])) || (!empty($_SERVER["PHP_AUTH_USER"]))) { | |
| // Get username | |
| $login = $_SERVER["PHP_AUTH_USER"]; | |
| // Select your Folder ( set by CASCookiePath /var/cache/apache2/mod_auth_cas/ ) |
| #!/bin/sh | |
| mongo sharelatex --eval "var param1='$1'" delete_user_and_project.js |
| // Disable youtube shorts in chrome chromium brave firefox edge browser etc .... | |
| // Use with "Custom Javascript for websites 2" addon ( https://chrome.google.com/webstore/detail/custom-javascript-for-web/ddbjnfjiigjmcpcpkmhogomapikjbjdk ) | |
| // Jquery 3 | |
| //console.log("every 10 secondes"); | |
| setInterval(function(){ | |
| //console.log("time to delete"); | |
| $('ytd-grid-video-renderer').each(function(){ | |
| $(this).find('ytd-thumbnail-overlay-time-status-renderer[overlay-style="SHORTS"]').each(function(){ | |
| //console.log("find and remove"); |