Start making a new bookmark.
Name it VBcode.
Paste the following as URL:Now when you select a text and click that button you can then push Ctrl + C to copy the text. It then returns back to the previous page and you have the text in the clipboard.Code:javascript:var%20s=new%20Array();s=document.getSelection().split("#\r\n");var%20j=s.join('');document.innerHTML+='<textarea%20id="a"%20style="position:fixed;left:0;top:0;width:100%;height:100%"%20onmouseover="this.select()"%20onkeypress="history.go(-1)">'+j+'</textarea>'
Accessing clipboard via JavaScript is disabled by default for security, this is why doing this kind of a trick.




Reply With Quote