Skip to content

Instantly share code, notes, and snippets.

@jsveron23
Last active July 11, 2016 07:51

Revisions

  1. jsveron23 revised this gist Jul 11, 2016. No changes.
  2. jsveron23 revised this gist Jan 14, 2016. No changes.
  3. jsveron23 revised this gist Jan 14, 2016. No changes.
  4. jsveron23 renamed this gist Feb 10, 2014. 1 changed file with 0 additions and 0 deletions.
  5. jsveron23 revised this gist Feb 10, 2014. 2 changed files with 1 addition and 8 deletions.
    1 change: 1 addition & 0 deletions Bookmarklet - Add tweet in Youtube at the moment
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    javascript:(function(){var u=location.href;p=document.getElementById('movie_player');var ct=p.getCurrentTime();var m=Math.floor(ct/60);var s=ct-m*60;s=s<9?0+''+s:s;s=Math.floor(s);var rt=m+'m'+s+'s';var nu=u+'&t='+rt;window.open('http://twitter.com/share?text'+encodeURIComponent('Watch this! - '+document.getElementsByTagName('title')[0].innerHTML)+'&url='+encodeURIComponent(nu)+'&hashtags=thisisit')})();
    8 changes: 0 additions & 8 deletions Bookmarklet - Add tweet in the momont
    Original file line number Diff line number Diff line change
    @@ -1,8 +0,0 @@
    javascript:(function(){var u=location.href;p=document.getElementById('movie_player');var ct=p.getCurrentTime();var m=Math.floor(ct/60);var s=ct-m*60;s=s<9?0+''+s:s;s=Math.floor(s);var rt=m+'m'+s+'s';var nu=u+'&t='+rt;window.open('http://twitter.com/share?text'+encodeURIComponent('Watch this! - '+document.getElementsByTagName('title')[0].innerHTML)+'&url='+encodeURIComponent(nu)+'&hashtags=thisisit')})();

    /*
    * If you wanna add tweet something to Twitter in Youtube, then use this. I just made for fun...
    * If you just found something funny when watch youtube video in the moment, then use it.
    * This url gonna make direct youtube url with start time by parameter.
    * If press url from your tweet which is you have mentioned, then he/she will watch exactly on the time you have watched...
    */
  6. jsveron23 created this gist Feb 10, 2014.
    8 changes: 8 additions & 0 deletions Bookmarklet - Add tweet in the momont
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    javascript:(function(){var u=location.href;p=document.getElementById('movie_player');var ct=p.getCurrentTime();var m=Math.floor(ct/60);var s=ct-m*60;s=s<9?0+''+s:s;s=Math.floor(s);var rt=m+'m'+s+'s';var nu=u+'&t='+rt;window.open('http://twitter.com/share?text'+encodeURIComponent('Watch this! - '+document.getElementsByTagName('title')[0].innerHTML)+'&url='+encodeURIComponent(nu)+'&hashtags=thisisit')})();

    /*
    * If you wanna add tweet something to Twitter in Youtube, then use this. I just made for fun...
    * If you just found something funny when watch youtube video in the moment, then use it.
    * This url gonna make direct youtube url with start time by parameter.
    * If press url from your tweet which is you have mentioned, then he/she will watch exactly on the time you have watched...
    */