Last active
August 29, 2015 13:58
-
-
Save vibragiel/10368913 to your computer and use it in GitHub Desktop.
Revisions
-
vibragiel revised this gist
Apr 10, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. Create a bookmark in your bookmarks toolbar and paste the following code into the URL/Location field: ```javascript -
vibragiel renamed this gist
Apr 10, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
vibragiel revised this gist
Apr 10, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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/10368913/raw/ae08f049ae42bfd7394eb87dbcf8b4e0dff38f67/showEmoticos.js'); document.body.appendChild(jsCode); }()); ``` -
vibragiel revised this gist
Apr 10, 2014 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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); }()); ``` -
vibragiel revised this gist
Apr 10, 2014 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. 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); }());``` -
vibragiel revised this gist
Apr 10, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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:%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> -
vibragiel revised this gist
Apr 10, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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> -
vibragiel revised this gist
Apr 10, 2014 . 1 changed file with 2 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,5 @@ #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> -
vibragiel created this gist
Apr 10, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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> This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ alert("ಠ_ಠ\nಠ_ರೃ\nಥ_ಥ\nಥ◡ಥ\nಠ╭╮ಠ\n⊙▃⊙\n(╯°□°)╯︵ ┻━┻\n¯\_(ツ)_/¯\n(╥﹏╥)\n◉‿◉");