background preloader

List of Chromium Command Line Switches « Peter Beverloo

How to use a command line switch? The Chromium Team has made a page on which they briefly explain how to use these switches. Conditions These are rather technical. While most are pretty self-explanatory, keep in mind that any condition means that a switch isn't always available. The constant OS_WIN must be defined.

https://peter.sh/experiments/chromium-command-line-switches/

Related:  Chrometo sort

How to set up the debugger for Chrome extension in Visual Studio Code by Victor A. Requena Debugging your web applications with Visual Studio Code makes you more efficient. It helps you save a lot of time and keeps your code cleaner. This is because you don’t have to write a bunch of console.logs and you can go through your code execution line by line. The New Yorker Our privacy promise The New Yorker's Strongbox is designed to let you communicate with our writers and editors with greater anonymity and security than afforded by conventional e-mail. When you visit or use our public Strongbox server, The New Yorker and our parent company, Condé Nast, will not record your I.P. address or information about your browser, computer, or operating system, nor will we embed third-party content or deliver cookies to your browser.

Chrome Extensions Every Developer Should Have Yesterday, I was having a google meet call with a developer. In the middle of the call, she had to show me something on her github profile and so she shared her screen. The first thing I noticed was that her github was in dark mode. How cool is that, I thought? I had always hated light mode. It gave me headaches. The 12 Best Firefox About:Config Performance Tweaks Below are a few of our favorite Firefox performance hacks, tweaks, and productivity enhancements that can be made via the About:config of Firefox. We show you step-by-step how to perform the tweaks and what each of the tweaks are responsible for and how they improve your performance in Firefox and increase your productivity. Make Firefox Give Back RAM When Minimized Typically when a program in Windows is minimized for a period of time, the program will give back the RAM that it used so that users of the system can use the memory for other applications that may be running. By default, Firefox does not perform in this matter, making your system run lower on RAM than it should. To enable the setting so that Firefox gives back RAM, do the following:

Improve Your Debugging Skills with Chrome DevTools In this post we cover best practices and tips for using Chrome Dev Tools, which will help you solve your web application development struggles more easily. Have you ever had trouble with incorrectly executed JavaScript? Have you ever struggled with fine-tuning the CSS of the elements on your web page? Are you annoyed every time you test your web page on multiple different mobile devices? Install Sublime Text 3 (beta) on Linux Mint or Ubuntu Now that beta version of Sublime Text 3 has become more and more stable, I am going to post an updated walk-thru for the new version, since the commands differ in a few places, and I have learned a few things in the intervening months (slowly – baby steps here . . .). Image by Nick Ares / Some Rights Reserved As noted in the previous article regarding Sublime Text 2, Sublime Text 3 is not currently part of the Synaptic Package Management system on Linux Mint (or Ubuntu). Therefore, there is no magical apt-get install command as you might use to install other software on your Linux system, so we have to do a little more work. In this article we will look at two different methods to install Sublime Text on your Ubuntu or Mint machine. First, "The Hard Way" and second, "The Better/Easier Way."

Get Started with Debugging JavaScript in Chrome DevTools   This tutorial teaches you the basic workflow for debugging any JavaScript issue in DevTools. Read on, or watch the video version of this tutorial, below. Step 1: Reproduce the bug Finding a series of actions that consistently reproduces a bug is always the first step to debugging. php-reverse-shell This tool is designed for those situations during a pentest where you have upload access to a webserver that’s running PHP. Upload this script to somewhere in the web root then run it by accessing the appropriate URL in your browser. The script will open an outbound TCP connection from the webserver to a host and port of your choice. Bound to this TCP connection will be a shell. This will be a proper interactive shell in which you can run interective programs like telnet, ssh and su.

Related: