Skip to content

Instantly share code, notes, and snippets.

@vibragiel
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save vibragiel/10368913 to your computer and use it in GitHub Desktop.

Select an option

Save vibragiel/10368913 to your computer and use it in GitHub Desktop.

Revisions

  1. vibragiel revised this gist Apr 10, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion emoticons_bookmarklet.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    #Look Of Disapproval bookmarklet

    This bookmarklet shows the [look of disapproval](http://knowyourmeme.com/memes/%E0%B2%A0_%E0%B2%A0-look-of-disapproval) emoticon, plus a bunch of other handy ones. It's based on [maciak's bookmarklet](http://maciak.org/lod), but uses an alert() instead.
    This bookmarklet shows the [look of disapproval](http://knowyourmeme.com/memes/%E0%B2%A0_%E0%B2%A0-look-of-disapproval) emoticon, plus a bunch of other handy ones. It's based on [maciak's bookmarklet](http://maciak.org/lod), but uses an `alert()` instead.

    Create a bookmark in your bookmarks toolbar and paste the following code into the URL/Location field:
    ```javascript
  2. vibragiel renamed this gist Apr 10, 2014. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  3. vibragiel revised this gist Apr 10, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion emoticos_bookmarklet.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@ Create a bookmark in your bookmarks toolbar and paste the following code into th
    ```javascript
    javascript: (function () {
    var jsCode = document.createElement('script');
    jsCode.setAttribute('src', 'https://gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js');
    jsCode.setAttribute('src', 'https://gist.githubusercontent.com/vibragiel/10368913/raw/ae08f049ae42bfd7394eb87dbcf8b4e0dff38f67/showEmoticos.js');
    document.body.appendChild(jsCode);
    }());
    ```
  4. vibragiel revised this gist Apr 10, 2014. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion emoticos_bookmarklet.md
    Original file line number Diff line number Diff line change
    @@ -8,4 +8,5 @@ javascript: (function () {
    var jsCode = document.createElement('script');
    jsCode.setAttribute('src', 'https://gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js');
    document.body.appendChild(jsCode);
    }());```
    }());
    ```
  5. vibragiel revised this gist Apr 10, 2014. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion emoticos_bookmarklet.md
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,10 @@

    This bookmarklet shows the [look of disapproval](http://knowyourmeme.com/memes/%E0%B2%A0_%E0%B2%A0-look-of-disapproval) emoticon, plus a bunch of other handy ones. It's based on [maciak's bookmarklet](http://maciak.org/lod), but uses an alert() instead.

    Drag the following link to your bookmarks toolbar: <a href="javascript:%28function%20%28%29%20%7B%0Avar%20jsCode%20%3D%20document.createElement%28%27script%27%29%3B%0AjsCode.setAttribute%28%27src%27%2C%20%27https%3A//gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js%27%29%3B%0Adocument.body.appendChild%28jsCode%29%3B%0A%7D%28%29%29%3B">LOD</a>
    Create a bookmark in your bookmarks toolbar and paste the following code into the URL/Location field:
    ```javascript
    javascript: (function () {
    var jsCode = document.createElement('script');
    jsCode.setAttribute('src', 'https://gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js');
    document.body.appendChild(jsCode);
    }());```
  6. vibragiel revised this gist Apr 10, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion emoticos_bookmarklet.md
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,4 @@

    This bookmarklet shows the [look of disapproval](http://knowyourmeme.com/memes/%E0%B2%A0_%E0%B2%A0-look-of-disapproval) emoticon, plus a bunch of other handy ones. It's based on [maciak's bookmarklet](http://maciak.org/lod), but uses an alert() instead.

    Drag the following link to your bookmarks toolbar: <a href="javascript%3A%20%28function%20%28%29%20%7B%0Avar%20jsCode%20%3D%20document.createElement%28%27script%27%29%3B%0AjsCode.setAttribute%28%27src%27%2C%20%27https%3A//gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js%27%29%3B%0Adocument.body.appendChild%28jsCode%29%3B%0A%7D%28%29%29%3B">LOD</a>
    Drag the following link to your bookmarks toolbar: <a href="javascript:%28function%20%28%29%20%7B%0Avar%20jsCode%20%3D%20document.createElement%28%27script%27%29%3B%0AjsCode.setAttribute%28%27src%27%2C%20%27https%3A//gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js%27%29%3B%0Adocument.body.appendChild%28jsCode%29%3B%0A%7D%28%29%29%3B">LOD</a>
  7. vibragiel revised this gist Apr 10, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion emoticos_bookmarklet.md
    Original file line number Diff line number Diff line change
    @@ -2,4 +2,4 @@

    This bookmarklet shows the [look of disapproval](http://knowyourmeme.com/memes/%E0%B2%A0_%E0%B2%A0-look-of-disapproval) emoticon, plus a bunch of other handy ones. It's based on [maciak's bookmarklet](http://maciak.org/lod), but uses an alert() instead.

    Drag the following link to your bookmarks toolbar: <a href="javascript: (function () {var jsCode=document.createElement('script');jsCode.setAttribute('src', 'https://gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js');document.body.appendChild(jsCode);}());">LOD</a>
    Drag the following link to your bookmarks toolbar: <a href="javascript%3A%20%28function%20%28%29%20%7B%0Avar%20jsCode%20%3D%20document.createElement%28%27script%27%29%3B%0AjsCode.setAttribute%28%27src%27%2C%20%27https%3A//gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js%27%29%3B%0Adocument.body.appendChild%28jsCode%29%3B%0A%7D%28%29%29%3B">LOD</a>
  8. vibragiel revised this gist Apr 10, 2014. 1 changed file with 2 additions and 7 deletions.
    9 changes: 2 additions & 7 deletions emoticos_bookmarklet.md
    Original file line number Diff line number Diff line change
    @@ -1,10 +1,5 @@
    #HTML presentation tools
    #Look Of Disapproval bookmarklet

    This bookmarklet shows the [look of disapproval](http://knowyourmeme.com/memes/%E0%B2%A0_%E0%B2%A0-look-of-disapproval) emoticon, plus a bunch of other handy ones. It's based on [maciak's bookmarklet](http://maciak.org/lod), but uses an alert() instead.

    Drag the following link to your bookmarks toolbar: <a href="
    javascript: (function () {
    var jsCode = document.createElement('script');
    jsCode.setAttribute('src', 'https://gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js');
    document.body.appendChild(jsCode);
    }());">LOD</a>
    Drag the following link to your bookmarks toolbar: <a href="javascript: (function () {var jsCode=document.createElement('script');jsCode.setAttribute('src', 'https://gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js');document.body.appendChild(jsCode);}());">LOD</a>
  9. vibragiel created this gist Apr 10, 2014.
    10 changes: 10 additions & 0 deletions emoticos_bookmarklet.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,10 @@
    #HTML presentation tools

    This bookmarklet shows the [look of disapproval](http://knowyourmeme.com/memes/%E0%B2%A0_%E0%B2%A0-look-of-disapproval) emoticon, plus a bunch of other handy ones. It's based on [maciak's bookmarklet](http://maciak.org/lod), but uses an alert() instead.

    Drag the following link to your bookmarks toolbar: <a href="
    javascript: (function () {
    var jsCode = document.createElement('script');
    jsCode.setAttribute('src', 'https://gist.githubusercontent.com/vibragiel/ill/need/to/edit/this/showEmoticons.js');
    document.body.appendChild(jsCode);
    }());">LOD</a>
    1 change: 1 addition & 0 deletions showEmoticos.js
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    alert("ಠ_ಠ\nಠ_ರೃ\nಥ_ಥ\nಥ◡ಥ\nಠ╭╮ಠ\n⊙▃⊙\n(╯°□°)╯︵ ┻━┻\n¯\_(ツ)_/¯\n(╥﹏╥)\n◉‿◉");