This file contains 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
// Line to paste in the javascript console of the browser to download a complete album on the site wvv.33rapfr.com | |
$(".map-download").toArray().forEach((e) => e.click()) |
This file contains 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 | |
// CODE FROM https://www.php.net/manual/fr/function.substr.php | |
// biohazard dot ge at gmail dot com | |
// may be by following functions will be easier to extract the needed sub parts from a string: | |
after ('@', '[email protected]'); | |
//returns 'online.ge' | |
//from the first occurrence of '@' |