Skip to content

Instantly share code, notes, and snippets.

View Zyzto's full-sized avatar
💭
Living I guess

Zyzto

💭
Living I guess
View GitHub Profile
@Zyzto
Zyzto / bug_counter.ipynb
Created October 19, 2023 02:44
Bug Counter
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Zyzto
Zyzto / ScriptGoBrr.js
Created August 5, 2021 03:11
Delete All Watch Later Videos Youtube 2021
// This Will remove all watch later videos when on watch late page by clickin two buttons if this doesn't work for you change the selectors below
// using this extenstions https://chrome.google.com/webstore/detail/cpnkcffhllafbdbljkmhebnpbnlhapmd to get the full path
// change the first two path with the outer button the "..." vertical button
// change the last path with list button that say "Remove video from watch later"
setInterval(function () {
if (
document.querySelector(
"body > ytd-app:nth-child(4) > div#content.style-scope.ytd-app:nth-child(12) > ytd-page-manager#page-manager.style-scope.ytd-app:nth-child(4) > ytd-browse.style-scope.ytd-page-manager:nth-child(1) > ytd-two-column-browse-results-renderer.style-scope.ytd-browse.grid:nth-child(8) > div#primary.style-scope.ytd-two-column-browse-results-renderer:nth-child(1) > ytd-section-list-renderer.style-scope.ytd-two-column-browse-results-renderer > div#contents.style-scope.ytd-section-list-renderer:nth-child(2) > ytd-item-section-render
@Zyzto
Zyzto / README.md
Created April 6, 2021 10:36 — forked from mosquito/README.md
Add doker-compose as a systemd unit

Docker compose as a systemd unit

Create file /etc/systemd/system/docker-compose@.service. SystemD calling binaries using an absolute path. In my case is prefixed by /usr/local/bin, you should use paths specific for your environment.

[Unit]
Description=%i service with docker compose
Requires=docker.service
After=docker.service