This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //Open https://www.instagram.com/explore/people/ | |
| // Open Developer Console | |
| buton = document.getElementsByClassName("y3zKF"); | |
| for(let i = 0; i <buton.length;i++){ | |
| buton[i].click() | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pacman -S --needed git base-devel | |
| git clone https://aur.archlinux.org/yay.git | |
| cd yay | |
| makepkg -si | |
| yay -S flutter | |
| java -version | |
| sudo pacman -S jre8-openjdk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # place in : /usr/share/X11/xorg.conf.d/ | |
| Section "InputClass" | |
| Identifier "Marble Mouse" | |
| MatchProduct "Logitech USB Trackball" | |
| Option "EmulateWheel" "true" | |
| Option "EmulateWheelButton" "9" | |
| Option "XAxisMapping" "6 7" | |
| Option "YAxisMapping" "4 5" | |
| Option "Emulate3Buttons" "true" | |
| EndSection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var request = require("request"); | |
| var fs = require("fs"); | |
| var api_root = 'http://widgets.pinterest.com/v3/pidgets/boards/'; | |
| var sync_dir = './images', image_url, image_path, current_user_boards, current_user_name, board_dir; | |
| var users = { | |
| timopheym : [ | |
| 'skatches', | |
| 'home', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| "Aardvark", | |
| "Albatross", | |
| "Alligator", | |
| "Alpaca", | |
| "Ant", | |
| "Anteater", | |
| "Antelope", | |
| "Ape", | |
| "Armadillo", |