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
| a - 25 - Christmas vacation | |
| b - | |
| c - | |
| d - | |
| e - | |
| f - 365 days christmas - Shrek | |
| g - count 10 ugly my property (grandpa) - Home alone | |
| h - buy my - | |
| i - motherbaby gunblack - Christmas Story | |
| j - spark |
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
| r i a d n | |
| A E | |
| d N t | |
| r i | |
| ô I d | |
| m o | |
| e M r | |
| d f | |
| A t e n A |
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
| const div = document.querySelector('div[role="application"]'); | |
| const observer = new MutationObserver(function(mutations) { | |
| //console.log(mutations) | |
| let found = false; | |
| mutations.forEach(function(mutation) { | |
| console.log(1) | |
| console.log(found) | |
| if (found) return true; | |
| const spans = mutation.target.querySelectorAll('span'); |
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
| function youtubeSpeed(rate) { | |
| document.getElementsByClassName("video-stream html5-main-video")[0].playbackRate = rate; | |
| } | |
| function y(rate) { | |
| youtubeSpeed(rate) | |
| } | |
| function saveAllPosts() { | |
| const postIdsSaved = JSON.parse(localStorage.getItem('allPosts')) || []; |
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
| After connect HDMI cable, the monitor was working with Windows System, but not working on Linux (I run dual boot on a Acer Predator) | |
| My GPU is an RTX2060 and I also have Intel onboard card installed. | |
| So I tried to check GPU nvidia driver and card status. In the Additional Drivers tab it was not showing any information. I tried to run | |
| a lot of commands such as: | |
| nvidia-settings | |
| nvidia-smi | |
| prime-select | |
| xrandr | |
| bumblubee |
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
| /** | |
| * Instagram web unfollow script | |
| * | |
| * WHAT IS IT? | |
| * A script to unfollow people in the instagram website | |
| * | |
| * WHY? | |
| * I needed to clean my account so I quickly did this | |
| * | |
| * HOW TO USE: |