Skip to content

Instantly share code, notes, and snippets.

View porobertdev's full-sized avatar
🎯
Focusing

Robert P. porobertdev

🎯
Focusing
View GitHub Profile
@porobertdev
porobertdev / googleSearches.js
Created April 28, 2024 14:55
google-myactivity-exporter
function getSearchCount() {
const searches = document.querySelectorAll(
'c-wiz[jsrenderer="ZK8B7d"] div[role="list"] c-wiz'
);
console.log('');
console.warn(`Searches this week: ${searches.length}`);
const results = [];
@porobertdev
porobertdev / git-commit-template.md
Created January 7, 2024 13:33 — forked from lisawolderiksen/git-commit-template.md
Use a Git commit message template to write better commit messages

Using Git Commit Message Templates to Write Better Commit Messages

The always enthusiastic and knowledgeable mr. @jasaltvik shared with our team an article on writing (good) Git commit messages: How to Write a Git Commit Message. This excellent article explains why good Git commit messages are important, and explains what constitutes a good commit message. I wholeheartedly agree with what @cbeams writes in his article. (Have you read it yet? If not, go read it now. I'll wait.) It's sensible stuff. So I decided to start following the

@porobertdev
porobertdev / html-style-guide.md
Created April 22, 2023 13:20 — forked from ryansechrest/html-style-guide.md
HTML style guide with coding standards and best practices.

HTML Style Guide

All rules and guidelines in this document apply to HTML files.

The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

Icon Legend:

· Space, Tab, Enter/Return

@porobertdev
porobertdev / gitCommitEmoji.md
Created April 22, 2023 12:44 — forked from mnghn07/gitCommitEmoji.md
Git Commit Message Emoji