From ; http://tympanus.net/Development/AnimatedHeaderBackgrounds/
A Pen by Fazlur Rahman on CodePen.
| const axios = require('axios'); | |
| const FormData = require('form-data'); | |
| const cheerio = require('cheerio'); | |
| async function igdl(url) { | |
| try { | |
| const formData = new FormData(); | |
| formData.append('url', url); | |
| const { data } = await axios.post('https://snapsave.app/id/action.php?lang=id', formData, { | 
| var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { | |
| function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); } | |
| return new (P || (P = Promise))(function (resolve, reject) { | |
| function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } } | |
| function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } } | |
| function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); } | |
| step((generator = generator.apply(thisArg, _arguments || [])).next()); | |
| }); | |
| }; | |
| import yts from "yt-search"; | 
collection of chat groups in the Signal chat App
| import axios from "axios"; | |
| /* | |
| Created by https://github.com/ztrdiamond ! | |
| Source: https://whatsapp.com/channel/0029VagFeoY9cDDa9ulpwM0T | |
| "Aku janji jika hapus watermark ini maka aku rela miskin hingga 7 turunan" | |
| */ | |
| async function gemini(options) { | |
| try { | 
| import axios from "axios"; | |
| /* | |
| Created by https://github.com/ztrdiamond ! | |
| Source: https://whatsapp.com/channel/0029VagFeoY9cDDa9ulpwM0T | |
| "Aku janji jika hapus watermark ini maka aku rela miskin hingga 7 turunan" | |
| */ | |
| async function zeta(messages) { | |
| try { | 
Inspired by: http://graphicburger.com/flat-design-ui-components/
Line-chart and donut-chart made by @Kseso: http://codepen.io/Kseso/pen/phiyL
A Pen by Javier Latorre López-Villalta on CodePen.