Psuedo Element + Background Gradient Animation + Blur = Badass
A Pen by George Hastings on CodePen.
/* | |
📝 Remove "For Development Only" Watermark on GOOGLE MAP 😁 | |
👤 SCRIPT BY AmirhpCom ( https://amirhp.com/) 👑 | |
➕ Add this code on your project and edit langID,mapCanvas variables | |
*/ | |
var langID = "en-US", mapCanvas = "#map-canvas", $ = jQuery; | |
setInterval(function () {googlemap_remap();}, 10); | |
function googlemap_remap() { | |
$(`${mapCanvas}>div:last-of-type`).hide(); //hide top message says this is for dev only | |
var gimg = $(`img[src*="maps.googleapis.com/maps/vt?"]:not(.gmf)`); |
<?php | |
echo "<title>Madelineproto Test by KING HPV</title>"; | |
/** | |
* check for required modules and if not installed_ | |
* install them and include into current project | |
*/ | |
file_exists('madeline.php') OR copy('https://phar.madelineproto.xyz/madeline.php', 'madeline.php'); | |
include 'madeline.php'; |
.sky | |
i.fa.fa-ambulance#bike | |
.earth | |
Psuedo Element + Background Gradient Animation + Blur = Badass
A Pen by George Hastings on CodePen.
<?php | |
/** | |
* ----------------------------------------------------------------------------------------- | |
* Based on `https://github.com/mecha-cms/mecha-cms/blob/master/system/kernel/converter.php` | |
* ----------------------------------------------------------------------------------------- | |
*/ | |
// HTML Minifier | |
function minify_html($input) { |
{"lastUpload":"2020-05-01T20:02:39.487Z","extensionVersion":"v3.4.3"} |
1500e4bf053970bf17d119a9f96f4a68399a2e7c |
;RUNGUI() ; Remove ';' from first line , so script GUI will open | |
Func RUNGUI() | |
$WM_QUERYENDSESSION2 = 0x11 | |
GUIRegisterMsg($WM_QUERYENDSESSION2, "Cancel_Shutdown") | |
$Hwnd = GUICreate("PreventShutdownGUI") | |
GUISetSTate(@SW_SHOW) | |
MsgBox(262144,'','Hello kitty') |