senger commited on
Commit
ce9db13
1 Parent(s): 87e30a7

Upload index.html

Browse files
Files changed (1) hide show
  1. index.html +21 -1
index.html CHANGED
@@ -271,7 +271,7 @@
271
  </script>
272
 
273
  <script type="text/javascript" async>
274
- function addLink() {
275
  var body_element = document.getElementsByTagName('body')[0];
276
  var selection;
277
  selection = window.getSelection();
@@ -288,6 +288,26 @@
288
  },0);
289
  }
290
  document.oncopy = addLink;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
291
  </script>
292
 
293
  <script async>
271
  </script>
272
 
273
  <script type="text/javascript" async>
274
+ function addLink111111() {
275
  var body_element = document.getElementsByTagName('body')[0];
276
  var selection;
277
  selection = window.getSelection();
288
  },0);
289
  }
290
  document.oncopy = addLink;
291
+ </script>
292
+
293
+ <script type="text/javascript" async>
294
+ function addLink() {
295
+ var body_element = document.getElementsByTagName('body')[0];
296
+ var selection;
297
+ selection = window.getSelection();
298
+ var pagelink = "<br /><br /> Text Generator - Free Text: ArtikelSchreiber.com: <a href='//www.artikelschreiber.com/en/' hreflang='de'>Article Generator</a> - <a href='"+document.location.href+"'>"+document.location.href+"</a>";
299
+ var copytext = selection + pagelink;
300
+ var newdiv = document.createElement('div');
301
+ newdiv.style.position='absolute';
302
+ newdiv.style.left='-99999px';
303
+ body_element.appendChild(newdiv);
304
+ newdiv.innerHTML = copytext;
305
+ selection.selectAllChildren(newdiv);
306
+ window.setTimeout(function() {
307
+ body_element.removeChild(newdiv);
308
+ },0);
309
+ }
310
+ document.oncopy = addLink;
311
  </script>
312
 
313
  <script async>