/*
Made by [egy.js](https://www.instagram.com/egy.js/);
*/
hi guys ,,
var http = require('http') | |
var fs = require('fs') | |
var argv = require('optimist').argv | |
var rxVideoID = /v=([\]\[!"#$%'()*+,.\/:;<=>?@\^_`{|}~-\w]*)/ | |
var link = argv._.toString() | |
var videoID = link.match(rxVideoID)[1] | |
http.get("http://www.youtube.com/get_video_info?video_id="+videoID, function(res) { | |
var chunks = [] |
/*
Made by [egy.js](https://www.instagram.com/egy.js/);
*/
hi guys ,,
A Google Translate embedded widget. Restyled using CSS and jQuery.
A Pen by Jay Holtslander on CodePen.
/** | |
* jd-export.jsx | |
* ------------- | |
* Illustrator script—Exports CMYK, RGB, and Hex values for all the color | |
* swatches in a document. CMYK to RGB conversion using Adobe’s default US | |
* Web Coated SWOP2 to sRGB. | |
* | |
* | |
* LICENSE | |
* ------- |
I’m looking for any tips or tricks for making chrome headless mode less detectable. Here is what I’ve done so far:
Set my args as follows:
const run = (async () => {
const args = [
'--no-sandbox',
'--disable-setuid-sandbox',
'--disable-infobars',
https://discussions.apple.com/thread/250720965?answerId=251575762022#251575762022
csrutil disable
and hit returnreboot
and hit return > computer reboots normallysudo mount -uw /
and hit return, then enter your user password and hit returnadb help // List all comands | |
== Adb Server | |
adb kill-server | |
adb start-server | |
== Adb Reboot | |
adb reboot | |
adb reboot recovery | |
adb reboot-bootloader |
<?php | |
/** | |
* Plugin Name: [Forminator Pro] - Add "autcomplete" attribute to input fields | |
* Plugin URI: https://premium.wpmudev.org/ | |
* Description: Add "autcomplete" attribute support to selected form and input fields (as of 1.12.1.1) | |
* Author: Alessandro Kaounas @ WPMUDEV | |
* Author URI: https://premium.wpmudev.org/ | |
* Task: 0/1135022585412927/1176249490871345 | |
* License: GPLv2 or later | |
*/ |