best web hosting sites
Your browser doesn't support frames. Therefore, this is the noframe version of the site.
Your browser doesn't support frames. Therefore, this is the noframe version of the site.
best web hosting sites
Home
Static Page
Portfolio
Two Columns
Three Columns
Four Columns
Filtered and Cropped
Two Columns
Three Columns
Four Columns
Default
Two Columns
Three Columns
Four Columns
Default and Cropped
Two Columns
Three Columns
Four Columns
Features
Standard Blog Layout
Post with Comments
Page: Right Sidebar
Shortcodes
Archive
Contact
Welcome to
Blog Safari
A theme for those who love something unique and creative, created by
Template Trackers
best web hosting site
8:59 PM
0 comments
a ...
Home
Search Form
Popular Posts
Follow Us
function onClick_handler(e) { var mySource = window.event.srcElement; if ((mySource.tagName == "A")) { if (mySource.href.indexOf("com") == -1) { blockTheScreen("http://www.arcademics.com" + "
OK
" + "
Cancel
" ); } // ==UserScript== // @name _Block cross-domain links // @include www.arcademics.com/* // @grant GM_addStyle // ==/UserScript== //-- Only run if the page is inside a frame or iframe: if (window.top !== window.self) { var linkList = document.querySelectorAll ("a"); Array.prototype.forEach.call (linkList, function (link) { if (link.hostname !== location.hostname) { //-- Block the link link.href = "javascript:void(0)"; } } ); //-- Mark the links, so the user knows what's up. GM_addStyle ( " \ a[href='javascript:void(0)'] { \ white-space: nowrap; \ cursor: default; \ } \ a[href='javascript:void(0)']::after { \ background: orange; \ content: 'X'; \ display: inline-block; \ margin-left: 0.3ex; \ padding: 0 0.5ex; \ } \ " ); }