Clone Mastodon's repository.
# Clone mastodon to ~/live directory
git clone https://github.com/tootsuite/mastodon.git live
# Change directory to ~/live
cd ~/live
When you create a tar archive of a directory tree the hidden files are normally not included. Here’s how to include the hidden files. | |
Say you have a web directory called “/var/www/html/mysite/” that contains the following tree: | |
.htaccess | |
index.php | |
logo.jpg | |
style.css | |
admin_dir/.htaccess | |
admin_dir/includes.php |
// Mercules' Erentil FR4 breakdown | |
// https://www.reddit.com/r/DestinyTheGame/comments/cbxao7/massive_breakdown_of_erentil_fr4_including_stats/ | |
// Erentil FR4 | |
dimwishlist:item=3027844941&perks=194952923,3868766766,280464955,1600092898 | |
dimwishlist:item=3027844941&perks=194952922,3868766766,280464955,1600092898 | |
dimwishlist:item=3027844941&perks=194952923,2969185026,280464955,1600092898 | |
dimwishlist:item=3027844941&perks=194952922,2969185026,280464955,1600092898 | |
dimwishlist:item=3027844941&perks=194952923,3868766766,1645158859,1600092898 | |
dimwishlist:item=3027844941&perks=194952922,3868766766,1645158859,1600092898 |
C:\Users
in File Explorer// init | |
let xhr = new XMLHttpRequest() | |
let domain = 'https://read.amazon.com/' | |
let items = [] | |
let csvData = "" | |
// function | |
function getItemsList(paginationToken = null) { | |
let url = domain + 'kindle-library/search?query=&libraryType=BOOKS' + ( paginationToken ? '&paginationToken=' + paginationToken : '' ) + '&sortType=recency&querySize=50' | |
xhr.open('GET', url, false) |
I am in no way, shape, or form responsible for any damage caused by the usage of these snippets. You use them at your own risk! I am not related to Discord in any way.
Using the Chrome dev tools you can do some fun stuff with the Discord client. As they are disabled on the stable version you need to use the canary version which is used to test new features before they get released to the stable version. It's usage is totally legal and within ToS. Discord does not promote it but encourages users to use it to find bugs, etc.
You can download the latest Canary builds here:
cmdkey /list | ForEach-Object{if($_ -like "*Target:*" -and $_ -like "*Xbl|2096818168*"){cmdkey /del:($_ -replace " ","" -replace "Target:","")}}
cmdkey /list | ForEach-Object{if($_ -like "*Target:*" -and $_ -like "*Xbl|2043073184*"){cmdkey /del:($_ -replace " ","" -replace "Target:","")}}
{ | |
"content_type": { | |
"title": "Nebula Product Page", | |
"description": "", | |
"options": { | |
"is_page": false, | |
"singleton": true, | |
"sub_title": [], | |
"title": "title" | |
}, |