As a bookmarklet:
javascript:(function(e,s){e.src=s;e.onload=function(){jQuery.noConflict();console.log('jQuery injected')};document.head.appendChild(e);})(document.createElement('script'),'//code.jquery.com/jquery-latest.min.js')
As a bookmarklet:
javascript:(function(e,s){e.src=s;e.onload=function(){jQuery.noConflict();console.log('jQuery injected')};document.head.appendChild(e);})(document.createElement('script'),'//code.jquery.com/jquery-latest.min.js')
❌ Code Complete (2nd edition) by Steve McConnell
✅ The Pragmatic Programmer
❌ Structure and Interpretation of Computer Programs
❌ The C Programming Language by Kernighan and Ritchie
❌ Introduction to Algorithms by Cormen, Leiserson, Rivest & Stein
| youtube-dl -f bestaudio "<YOUTUBE VIDEO URL>" --exec "ffmpeg -i {} -codec:a libmp3lame -qscale:a 0 {}.mp3 && rm {}" |
I hereby claim:
To claim this, I am signing this object:
enable-2fa.js file and install the dependencies listed at the top.VAPOR_ADMIN=7657xxx VAPOR_USER=username VAPOR_PASS=password node enable-2fa.js.enable to your bot to enable 2FA.shared_secret and identity_secret will be printed to console as well as saved to a file.confirm CODE to your bot.| var vapor = require('vapor'); | |
| var idler = require('vapor-idler'); | |
| // Create our config object | |
| var config = { | |
| username: username, // Steam login | |
| password: password, // Steam password | |
| displayName: 'My Cool Name', // This will show up in other users' friendslists | |
| // Admins can issue "!idle" command (via regular chat messages) to start/stop the idling process |
| var vapor = require('vapor'); | |
| var storehouse = require('vapor-storehouse'); | |
| var bot = vapor(); | |
| bot.init({ | |
| username: process.env.USER, | |
| password: process.env.PASS, | |
| //admins: [ process.env.ADMIN ], /* we don't set admin so the offers are automatically declined */ | |
| displayName: 'Vapor Receiver' |