I hereby claim:
- I am arturro43 on github.
- I am arturro43_x (https://keybase.io/arturro43_x) on keybase.
- I have a public key ASBVDqDFJTYLPjkHooU3SuuVaPbcMk6eiP0OHKdaK_uHbgo
To claim this, I am signing this object:
| (function () { | |
| var delTweets = function () { | |
| var tweetsRemaining = document.querySelectorAll('[role="heading"]+div')[1].textContent; | |
| console.log("Remaining: ", tweetsRemaining); | |
| window.scrollBy(0, 10000); | |
| var moreButtons = document.querySelectorAll('[aria-label="More"]'); | |
| var deleteButtons = document.querySelectorAll('span:contains("Delete")'); | |
| var confirmationButtons = document.querySelectorAll('[data-testid="confirmationSheetConfirm"]'); | |
| var unretweetButtons = document.querySelectorAll('[data-testid="unretweet"]'); |
| function autoUnlike() { | |
| for (const d of document.querySelectorAll('div[data-testid="unlike"]')) { | |
| d.click(); | |
| } | |
| window.scrollTo(0, document.body.scrollHeight); | |
| requestAnimationFrame(autoUnlike); | |
| } | |
| autoUnlike(); |
| version: "3" | |
| services: | |
| nginx-proxy: | |
| container_name: nginx-proxy | |
| image: 'jwilder/nginx-proxy:alpine' | |
| restart: always | |
| ports: | |
| - 'UNUSEDPORT:80' #change this | |
| - 'UNUSEDPORT:443' #change this |
| version: '3.7' | |
| services: | |
| app: | |
| image: nextcloud:apache | |
| cron: | |
| image: rcdailey/nextcloud-cronjob | |
| restart: always | |
| network_mode: none |
| #importujemy moduł AD | |
| Import-Module activedirectory | |
| #Tu będzie importowało z csv | |
| $ADUsers = Import-csv C:\Users\Administrator\Desktop\users.csv | |
| #i loopujemy dla każdehgo usera | |
| foreach ($User in $ADUsers) | |
| { | |
I hereby claim:
To claim this, I am signing this object: