/
📝

Chrome

https://alfilatov.com/posts/run-chrome-without-cors/
chrometools
On this page
  • Delete a specific URL prediction
  • Filter HTTP requests
  • Extensions
  • Run Chrome browser without CORS
  • Profile

Delete a specific URL prediction

Shift+Del

Filter HTTP requests

method:GET/POST/PUT/PATCH/OPTIONS

  • filter all pre-flight requests: Choose the XHR filter

Extensions

  • AIPRM for ChatGPT

AIPRM for ChatGPT adds a list of curated prompt templates for SEO, SaaS and more to ChatGPT.

This extension adds to any GitHub repository a new drop down menu which offers links to a number of online services that allow viewing the source code of the repository in an IDE like interface.

Edit files on GitHub and elsewhere in geojson.io

ClearURLs is an add-on based on the new WebExtensions technology and is optimized for Firefox and Chrome-based browsers.

HTTPS Everywhere is a browser extension that automatically switches thousands of sites from insecure “HTTP” to secure “HTTPS”

Decentraleyes, a local CDN emulation, “prevents a lot of requests from reaching networks like Google Hosted Libraries, and serves local files to keep sites from breaking

OneTab converts all of your tabs into a list.

A lightweight extension to reduce chrome's memory footprint. Perfect if you have a lot of tabs open at the same time. Tabs that have not been viewed after a configurable length of time will be automagically suspended in the background, freeing up the memory and CPU being consumed by that tab.

Summarize news articles, blog posts, and videos and AI will extract the key sentences

DownThemAll will help you select, queue, sort and run your downloads faster. It comes with advanced ways to select what links to download, and will remember your previous decisions so that you can queue more downloads with just OneClick!

Save web pages as self-extracting HTML/ZIP hybrid files

Wappalyzer is a utility that uncovers the technologies used on websites. It detects content management systems, ecommerce platforms, web frameworks, server software, analytics tools and many more.

Manage Browser Tabs and Bookmarks with Ease Session Buddy is a session manager that allows you to:

● Save open tabs as collections that can be easily restored later. Great for freeing up memory and avoiding clutter.

● Recover your open tabs after a crash.

● See and manage all open tabs in one place.

● Search open tabs and collections to quickly find what you're looking for.

Adds a toolbar button with various web developer tools.

Run Chrome browser without CORS

OSX

sh
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security

Linux

sh
google-chrome --disable-web-security

Profile

Find profile path

chrome://version
Edit this page
logo
Code-related notes and snippets