Psuedo Element + Background Gradient Animation + Blur = Badass
A Pen by George Hastings on CodePen.
;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') |
1500e4bf053970bf17d119a9f96f4a68399a2e7c |
{"lastUpload":"2020-05-01T20:02:39.487Z","extensionVersion":"v3.4.3"} |
<?php | |
/** | |
* ----------------------------------------------------------------------------------------- | |
* Based on `https://github.com/mecha-cms/mecha-cms/blob/master/system/kernel/converter.php` | |
* ----------------------------------------------------------------------------------------- | |
*/ | |
// HTML Minifier | |
function minify_html($input) { |
Psuedo Element + Background Gradient Animation + Blur = Badass
A Pen by George Hastings on CodePen.
.sky | |
i.fa.fa-ambulance#bike | |
.earth | |
<?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'; |
/* | |
📝 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 | |
/** | |
* Use snippet below to Get WordPress Custom Posts by Custom Taxonomy Slug | |
* Developed by Amirhosseinhpv ( https://hpv.im/ ) | |
*/ | |
$cpt = "mapify"; // custom post type | |
$cpt_taxonamy = "mapify_category"; // custom post type taxonamy | |
$ctp_taxonomy_slug = "official"; // custom post type taxonamy slug | |
/* | |
* Check if a URL is valid image in JavaScript | |
* | |
* Usage: pass the url to isValid(), if it's a valid image url, | |
* the function will return URL and if not, you'll get false or | |
* whatever you've entered in second parameter | |
* | |
* Developer: Amirhosseinhpv ( https://hpv.im/ ) | |
* Snippet at: 1399-05-06 2020-07-27 19:11 | |
*/ |