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
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta meta name="viewport" content="width=device-width, user-scalable=no" /> | |
| <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"> | |
| <meta http-equiv="Pragma" content="no-cache"> | |
| <meta http-equiv="Expires" content="0"> | |
| <script type="text/javascript" nonce="24f087c247d34dd7ace58aaa24b" src="//local.adguard.org?ts=1756308161030&type=content-script&dmn=clb.confined.space&url=https%3A%2F%2Fclb.confined.space%2Fwasm_grow.html&app=com.google.Chrome&css=3&js=1&rel=1&rji=1&sbe=1&stealth=1&st-java&st-dnt"></script><script type="text/javascript" nonce="24f087c247d34dd7ace58aaa24b" src="//local.adguard.org?ts=1756308161030&name=AdGuard%20Extra&type=user-script"></script></head> | |
| <body> |
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
| ------------------------------------- | |
| Translated Report (Full Report Below) | |
| ------------------------------------- | |
| Process: lghub_agent [18731] | |
| Path: /Applications/lghub.app/Contents/MacOS/lghub_agent.app/Contents/MacOS/lghub_agent | |
| Identifier: com.logi.ghub.agent | |
| Version: 2023.3.394992 | |
| Code Type: X86-64 (Translated) | |
| Parent Process: launchd [1] |
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
| Windows Registry Editor Version 5.00 | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts] | |
| "Courier New (TrueType)"="" | |
| "Courier New Bold (TrueType)"="" | |
| "Courier New Bold Italic (TrueType)"="" | |
| "Courier New Italic (TrueType)"="" | |
| [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\FontSubstitutes] |
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
| /** Extends sanitize.css */ | |
| // input styling | |
| button, | |
| input, | |
| label, | |
| select, | |
| textarea { | |
| display: block; | |
| border-style: none; |
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
| // ============================================================== | |
| // Compensates the scrollbar width on fixed-position elements | |
| // ============================================================== | |
| class ScrollbarCompensate { | |
| constructor() { | |
| this.itemsToCompensate = [ | |
| document.querySelector('body'), | |
| document.querySelector('.menu-btn-container'), | |
| ]; |
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 sindreList = [ | |
| '#alternativefact', | |
| '#alternativefacts', | |
| '@realdonaldtrump', | |
| 'attorney general', | |
| 'bomb', | |
| 'bombs', | |
| 'brexit', | |
| 'climate change', |
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
| freedom of speech | |
| catholic | |
| muslim | |
| christian | |
| democratic | |
| Fox news | |
| BBC | |
| rightwing | |
| right-wing | |
| right wing |
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
| import { oneLineTrim } from 'common-tags'; | |
| // Create wrapper. | |
| const htmlInner = document.createElement('html'); | |
| const htmlOuter = document.documentElement; | |
| htmlInner.id = 'i-html-wrapper'; | |
| // Setup classes and styles. | |
| htmlInner.className = htmlOuter.className; | |
| htmlOuter.className = 'iOSfix'; | |
| // const height = window.innerHeight; |
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
| class Foo extends Component { | |
| shouldComponentUpdate(nextProps, nextState) { | |
| componentWillReceiveProps(nextProps, nextState) { | |
| this.props // previous props | |
| this.state // previous state | |
| } | |
| componentWillMount() { | |
| componentDidMount() { | |
| componentDidUpdate() { | |
| componentWillUnmount() { |
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
| "workbench.experimental.colorCustomizations": { | |
| "terminalAnsiBlack": "#282a36", | |
| "terminalAnsiRed": "#ff5c57", | |
| "terminalAnsiGreen": "#5af78e", | |
| "terminalAnsiYellow": "#f3f99d", | |
| "terminalAnsiBlue": "#57c7ff", | |
| "terminalAnsiMagenta": "#ff6ac1", | |
| "terminalAnsiCyan": "#9aedfe", | |
| "terminalAnsiWhite": "#eff0eb", | |
| "terminalAnsiBrightBlack": "#686868", |
NewerOlder