Hello Guest! Welcome to ConsoleCrunch, to help support our site check out the premium upgrades HERE! to get exclusive access to our hidden content.
Unable to load portions of the website... If you use an ad blocker addon, you should disable it because it interferes with several elements of the site and blocks more than just adverts.
Desktop application for ConsoleCrunch.
Developed by Oblivion.
Downloads
Mediafire: ConsoleCrunch_v1.03
UPDATES | V1.03
Added Reload, Back and Forward functions to mainBrowser menu.
Added Back and Forward functions to shortcuts.
UPDATES | V1.02
Added context menu and mainBrowser menu.
Added...
A Kitsu.io widget that shows the given user statistics.
Source
GitHub ~ OblivionSan/kitsu-widget
Main Feature
Easy and simple to setup and use.
Lightweight.
Retrieves latest data from kitsu.io/api
Usage Example
<!-- Use either one of them. -->
<script src="kitsu-widget.min.js"></script>...
A simple example on how to use the if and else statements in JavaScript.
You will need at least some knowledge of JavaScript if you want to use this example.
Example
// var input = 'somethings_not_right';
var input = 'something_here';
if (input === 'something_here') {
return...
A simple example on how to parse a string of JSON through the JSON.parse method.
You will need at least some knowledge of JavaScript if you want to use this example.
Example
var jsonData = '{"name": "Oblivion"}'; // Get our string of JSON data using a variable
var data = JSON.parse(jsonData)...
Try and Catch statement example.
You will need at least some knowledge of JavaScript if you want to use this example.
Example
try {
//Try statement lets you test your code for errors
console.log('Hello');
} catch (err) {
//Catch statement "catches" any errors from your try statement...
A small example on how to create a simple random string using a function.
You will need at least some knowledge of JavaScript if you want to use this example.
Example
function randomNumber() {
var rand = ["1", "2", "3", "4", "5"]; //Place your strings in an array.
return...
A simple Anime Search Command-line interface used to lookup anime movies and TV broadcasts.
Source
NPM ~ asc-cli
GitHub ~ OblivionSan/asc-cli
Main Features
Retrieve up-to-date anime information from your CMD (or whatever terminal you use)
Clean and easy to read layout.
How to install and...
A cli to lookup and get information on ips & domains.
Source
NPM ~ ip-lookup-cli
GitHub ~ OblivionSan/ip-lookup-cli
Main Features
Lookup ip and domain information from your CMD (or whatever terminal you use)
Clean and easy to read layout.
How to install and use
First install Node.JS
Then...
Read the comments in the source code to understand what you need to change.
Check out more discord bot examples on my GitHub discord bot example repo.
const Discord = require('discord.js'); //Make sure to install discord.js using NPM.
const client = new Discord.Client();
const prefix = '!'...
This site uses cookies to help personalise content, ads personalisation, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.