Skip to content

Chiara-De-Liberato/Tools-AntiMSExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Anti-MSIE (jQuery Popup)

Anti Microsoft Internet Explorer is jQuery Popup To Stop The Use IE Browers

How to Install

  1. Copy src/anti-msie folder on your website

  2. Add script and jquery before </body>:

<?php 
$antimsie_path = "";
echo '<script type="text/javascript" src="'.$antimsie_path.'anti-msie/js/jquery.js"></script>';
include_once("anti-msie/anti-msie.php"); 
?>

How to Install: Wordpress

  1. Copy src/anti-msie folder into wptheme

  2. Add script and jquery before </body>:

<?php 
$antimsie_path = get_bloginfo('template_url')."/";
echo '<script type="text/javascript" src="'.$antimsie_path.'anti-msie/js/jquery.js"></script>';
include_once("anti-msie/anti-msie.php"); 
?>

Support

You can find us on this web source:

WebSite: http://www.ptkdev.it/

Source: https://github.com/PTKDev/

IRC: chat.freenode.net at #ptkdev

About

Script To Stop The Use IE Browers (Message Popup)

Resources

License

Stars

Watchers

Forks

Packages

No packages published