File: bookmarklet.js

package info (click to toggle)
tdiary 2.0.1-1sarge1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,220 kB
  • ctags: 1,667
  • sloc: ruby: 20,044; lisp: 476; makefile: 91; sql: 32; sh: 31
file content (1 line) | stat: -rw-r--r-- 434 bytes parent folder | download | duplicates (5)
1
javascript:document.getElementsByTagName( "html" )[0].innerHTML.match(/trackback:ping=[\'\"](http.+)[\'\"]/i);var pingUrl = RegExp.$1;var url = location.href.replace(/\?\d\d\d\d\d\d\d\d(#.*)?$/, '');var title = document.title;var linktag = ' <a href="' + url + '" title="' + title + '">' + title +'</a>';;var x = prompt('Copy Link Tag to Clipboard',linktag);location.href = 'http://YOURSITE/update.rb?plugin_tb_url='+escape(pingUrl);