# Allow Execution of Foreign Scripts
> Set-ExecutionPolicy Bypass -Scope Process -Force;
# Use TLS 1.2
> [System.Net.ServicePointManager]::SecurityProtocol = 3072;
# Download and Execute Chocolatey's Install Script
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
| # Temporarily add a normal upstream DNS resolver | |
| /ip dns set servers=1.1.1.1,1.0.0.1 | |
| # CA certificates extracted from Mozilla | |
| /tool fetch url=https://curl.se/ca/cacert.pem | |
| # Import the downloaded ca-store (127 certificates) | |
| /certificate import file-name=cacert.pem passphrase="" | |
| # Set the DoH resolver to cloudflare |
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
| license: mit |
| Url | What |
|---|---|
| https://s.team/a/440 | App store page |
| https://s.team/c/440 | App community page |
| https://s.team/u/xpaw | Profile page (vanity url) |
| https://s.team/p/qpn-pmn | Profile page (account id) |
| https://s.team/chat/DpOLGWbt | Steam chat invite |
| https://s.team/y23/qpnpmn | Steam replay |
| https://s.team/q/123 | Steam login QR code link |
| https://s.team/deck | HelpWithSteamDeck |
The package that linked you here is now pure ESM. It cannot be require()'d from CommonJS.
This means you have the following choices:
- Use ESM yourself. (preferred)
Useimport foo from 'foo'instead ofconst foo = require('foo')to import the package. You also need to put"type": "module"in your package.json and more. Follow the below guide. - If the package is used in an async context, you could use
await import(…)from CommonJS instead ofrequire(…). - Stay on the existing version of the package until you can move to ESM.
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
| { | |
| "menu_class": [ | |
| { | |
| "key": "arch", | |
| "class": "arch" | |
| }, | |
| { | |
| "key": "arcolinux", | |
| "class": "arcolinux" | |
| }, |
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
| { | |
| "window.zoomLevel": -0.9, | |
| "workbench.colorTheme": "Monokai", | |
| "editor.fontSize": 16, | |
| "editor.rulers": [80,120], | |
| "editor.fontFamily": "'SF Mono'", | |
| "terminal.integrated.fontFamily": "'Hack'", | |
| "editor.tabSize": 2, | |
| "workbench.sideBar.location": "right", | |
| "workbench.iconTheme": "material-icon-theme", |
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
| // ==UserScript== | |
| // | |
| // Install with Tampermonkey or Greasemonkey | |
| // | |
| // @name Aternos Anti AdBlock Blocker | |
| // @version 1.0.5 | |
| // @description Blocks the anti ad block message and removes all red ad banners | |
| // @author ErdbeerbaerLP | |
| // @match https://aternos.org/* | |
| // @require http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js |
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
| dns-nyc.aaflalo.me | |
| dns.adguard.com | |
| dns-family.adguard.com | |
| uk.adhole.org | |
| de.adhole.org | |
| sg.adhole.org | |
| us-central.adhole.org | |
| us-east.adhole.org | |
| doh.nl.ahadns.net | |
| doh.in.ahadns.net |
If you install custom theme on your system you might suffer from each login for the re appliying your theme.
To fixing delete Default Colors folder on HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\ path on regedit.
Now I hope you not able to get same issue on your computer.