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 characters
@ECHO OFF | |
FORFILES /M *.gif /C "cmd /c convert @file @fname.png" | |
pause |
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 characters
@ECHO OFF | |
FORFILES /M *.jpg /C "cmd /c convert @file -strip @file" |
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 characters
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
#vertical-toolbar {background-color: #CCCECB} |
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 characters
@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); | |
#scriptish-button .badge { display: none !important } |
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 characters
^c:: | |
Clipboard = ; Purge Clipboard content | |
Send ^{Ins} ; Send the Ctrl+Insert command | |
ClipWait ; Wait till data is present in the Clipboard | |
Clipboard = %clipboard% ;remove formatting | |
Return |
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 characters
touch foo_archive.7z | |
touch foo_archive.bz2 | |
touch foo_archive.cab | |
touch foo_archive.img | |
touch foo_archive.iso | |
touch foo_archive.rar | |
touch foo_archive.sql | |
touch foo_archive.sqlite | |
touch foo_archive.tar.gz | |
touch foo_archive.tgz |
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 characters
javascript:function%20fnStartGrid(sUrl)%20{var%20nScript%20=%20document.createElement('script');nScript.setAttribute('language','JavaScript');nScript.setAttribute('src',sUrl);document.body.appendChild(nScript);}fnStartGrid('http://www.sprymedia.co.uk/design/grid/media/js/grid-loader.js'); |
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 characters
data:text/html,%20<html%20contenteditable> |
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 characters
javascript:(function(){var%20h=window.location.hostname.toLowerCase();if('www.soundcloud.com'==h||'soundcloud.com'==h){location.href='http://mycloudplayers.com/#url='+location.href;}else{alert('This%20only%20works%20on%20SoundCloud%20pages!')}})() |