Advertisement
dimaslanjaka

widget tool blogger

Apr 11th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.64 KB | None | 0 0
  1. <script async='async' type="text/javascript">
  2. function getQueryVariable(variable) {
  3.     var query = window.location.search.substring(1);
  4.     var vars = query.split("&");
  5.     for (var i=0;i<vars.length;i++) {
  6.         var pair = vars[i].split("=");
  7.         if(pair[0] == variable){return pair[1];}
  8.     }
  9.     return(false);
  10. }
  11. var url = getQueryVariable("target");
  12.  
  13. document.write('<a href="http://googleweblight.com/?lite_url=' + url + '" rel="follow" alt="googleweblight" title="googleweblight">Googleweblight</a><hr><a alt="mobile test" title="mobile test" target="_blank" rel="nofollow" href="https://search.google.com/search-console/mobile-friendly?url=' + url + '">Mobile Test</a><hr><a alt="pagespeed" title="pagespeed" target="_blank" rel="nofollow" href="https://developers.google.com/speed/pagespeed/insights/?hl=id&url=' + url + '">Pagespeed Insight</a><hr><a alt="google cache" title="google cache" target="_blank" rel="nofollow" href="https://webcache.googleusercontent.com/search?q=cache:' + url + '">Cache</a><hr><a alt="web archive" title="web archive" target="_blank" rel="nofollow" href="https://web.archive.org/save/_embed/' + url + '">Archive</a><hr><a target="_blank" rel="nofollow" alt="Structure" title="Structure" href="https://search.google.com/structured-data/testing-tool/u/0/#url=' + url + '">Structure</a><hr><a href="view-source:' + url + '">Source</a><hr><a target="_blank" rel="nofollow" title="copyscape test" alt="copyscape test" href="http://www.copyscape.com/?q=' + url + '">Copyscape</a><hr><a target="_blank" rel="nofollow" title="copyscape test" alt="AMP TEST" href="https://search.google.com/search-console/amp?url=' + url + '">Copyscape</a><hr>');
  14. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement