+
+
-
-
Remote Clipboard
-
+
+
Remote Clipboard
+
Make copy & paste better by installing
+ YakPal
+
+
@@ -215,6 +218,11 @@
setInterval(function(){
if(!window.yakpal || !window.yakpal.getClipboard) return;
+ //hide use-yakpal if they have it
+ try{
+ document.getElementById('use-yakpal').style.display = 'none';
+ } catch(e){ console.log(e); }
+ //update clipboard
window.yakpal.getClipboard().then((result)=>{
if(result !== lastClipboard){
$D('copyBox').value = result;