Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.
| export const chaosTestStrings = (): void => { | |
| const textNodes = getAllTextNodes(document.body); | |
| for (const node of textNodes) { | |
| const textNodeLength = node.textContent ? node.textContent.length : 0; | |
| if (node.textContent === null) { | |
| return; | |
| } | |
| if (node.parentElement instanceof Element) { | |
| if (node.parentElement.dataset.originalText === undefined) { |
| #!/usr/bin bash | |
| # DEFINE THE BLOATWARE APPLICATIONS WHICH | |
| # ARE SAFE TO BE REMOVED | |
| declare -a bloatware=( | |
| # Google Bloatware | |
| "com.google.android.apps.docs" # Google Docs | |
| "com.google.android.apps.maps" # Google Maps | |
| "com.google.android.apps.photos" # Google Photos | |
| "com.google.android.apps.tachyon" # Google Duo |
Attention: the list was moved to
https://github.com/dypsilon/frontend-dev-bookmarks
This page is not maintained anymore, please update your bookmarks.