mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2025-08-19 04:47:20 +02:00
Compare commits
3 Commits
9da2b5dacd
...
8e9ce1d17a
Author | SHA1 | Date | |
---|---|---|---|
8e9ce1d17a | |||
1024a99ef9 | |||
6360503bb8 |
@ -10,6 +10,8 @@ repos:
|
|||||||
- id: detect-private-key
|
- id: detect-private-key
|
||||||
- id: end-of-file-fixer
|
- id: end-of-file-fixer
|
||||||
- id: fix-byte-order-marker
|
- id: fix-byte-order-marker
|
||||||
|
- id: trailing-whitespace
|
||||||
|
exclude_types: [markdown]
|
||||||
- repo: https://github.com/thlorenz/doctoc
|
- repo: https://github.com/thlorenz/doctoc
|
||||||
rev: v2.2.0
|
rev: v2.2.0
|
||||||
hooks:
|
hooks:
|
||||||
|
@ -6,5 +6,6 @@
|
|||||||
# OpenVPN: --proxy-server=socks5://10.8.0.1
|
# OpenVPN: --proxy-server=socks5://10.8.0.1
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
/usr/bin/brave-browser-stable --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,VaapiVideoDecoder,VaapiIgnoreDriverChecks,BraveVerticalTabs,EncryptedClientHello,UseDnsHttpsSvcbAlpn,WebContentsForceDark --ozone-platform-hint=auto --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers $@
|
/usr/bin/brave-browser-stable --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturerBraveVerticalTabs,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto $@
|
||||||
|
# --enable-features=,VaapiVideoDecoder,VaapiIgnoreDriverChecks,WebContentsForceDark --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers
|
||||||
set +x
|
set +x
|
||||||
|
@ -6,5 +6,6 @@
|
|||||||
# OpenVPN: --proxy-server=socks5://10.8.0.1
|
# OpenVPN: --proxy-server=socks5://10.8.0.1
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturer,VaapiVideoDecoder,VaapiIgnoreDriverChecks,BraveVerticalTabs,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto --ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers $@
|
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturers,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto $@
|
||||||
|
# --enable-features=VaapiVideoDecoder,VaapiIgnoreDriverCheck -ignore-gpu-blocklist --enable-gpu-rasterization --enable-zero-copy --disable-gpu-driver-bug-workarounds --enable-native-gpu-memory-buffers
|
||||||
set +x
|
set +x
|
||||||
|
4
bash/usr-local-bin/vivaldi
Executable file
4
bash/usr-local-bin/vivaldi
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -x
|
||||||
|
/usr/bin/vivaldi --enable-features=UseOzonePlatform,WaylandWindowDecorations,WebRTCPipeWireCapturers,EncryptedClientHello,UseDnsHttpsSvcbAlpn --ozone-platform-hint=auto $@
|
||||||
|
set +x
|
@ -33,7 +33,7 @@ var myip6 = function () {
|
|||||||
// Check where myip.opendns.com resolves to and I think this is a function
|
// Check where myip.opendns.com resolves to and I think this is a function
|
||||||
// that takes arguments err and addresses.
|
// that takes arguments err and addresses.
|
||||||
dns.resolve6('myip.opendns.com', function (err, addresses) {
|
dns.resolve6('myip.opendns.com', function (err, addresses) {
|
||||||
|
|
||||||
// if err contains a truthy value, an error has occurred
|
// if err contains a truthy value, an error has occurred
|
||||||
if (err) throw err;
|
if (err) throw err;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user