Advertisement
gyrospring

✒ 0017.0008 Script Library Folder Snippet

Aug 21st, 2019
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var Collaboration = new function ( ) {
  2.  
  3.  
  4.  
  5.  
  6.     document.write( '<style> @import url( "/style/library/collaboration/collaboration.min.css" ); </style>' );
  7.  
  8.  
  9.  
  10.  
  11.     this.Screenshot = function ( LinkIn ) {
  12.  
  13.  
  14.         var Output = '';
  15.  
  16.         Output += '<p>The link to Lightshot screenshot logic.</p>';
  17.  
  18.         Output += '<p><a href="https://awwshop.github.io/project/shared/image">Example Method</a></p>';
  19.  
  20.  
  21.         return Output;
  22.  
  23.  
  24.     }
  25.  
  26.  
  27.  
  28.    
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement