Original link: http://afoo.me/posts/2023-09-05-chrome-tips.html
Three tips for Chrome browser to make you want to stop – Wang Fuqiang’s personal blog: Thoughts and precipitation of an architect
Three tips for Chrome browser to make you addicted
Wang Fuqiang
Video frame screenshot
It turns out that when we want to take a screenshot of a certain screen in the video, we usually use the screenshot software of the system or a specific chrome plug-in. Now we don’t need it. In the latest chrome browser, we only need to right-click the mouse twice in a row to adjust the screenshot. A menu similar to the following appears:
Select Copy Video Frame
, the screenshot will go to the system clipboard, you can paste it wherever you want, whether it is pasted to the file assistant of WeChat, or sent to someone, or pasted to which word document…
Remove restrictions on page text copying
Some websites will prohibit users from copying the text content in the page. In fact, it is not difficult for developers, but it may be difficult for ordinary users.
It turned out that someone gave such a code snippet:
const dontTreadOnMe = (e) => e . stopImmediatePropagation () ; document . addEventListener ( 'paste' , dontTreadOnMe , true ) ;
Open the devtools of chrome, paste it into the Console and execute it.
Now don’t be so troublesome. After opening devtools, CTRL+Shift+P
(windows) or CMD + Shift + P
(Macos) brings up Chrome to the command execution panel (Command Palette), enter Disable
to search for Disable Javascript
and press Enter:
It can be copied now, no one can stop me 😉
NOTE
To restore JavaScript, also open the command execution panel, search for and execute
Enable Javascript
and press Enter to execute.
Full screen screenshot of web page
Also after opening devtools, CTRL+Shift+P
(windows) or CMD + Shift + P
(Macos) brings up Chrome to the command execution panel (Command Palette), enter capture
keyword search:
Choose Capture full size screenshot
from it and voilà!
On the planet “Crazy for AI”, Mr. Fuqiang is discussing interesting AI topics with his friends. Would you like to come together? ^-^
here
- Not only timely and fresh AI information and in-depth discussions
- Also share AI tools, product approaches and business opportunities
- More systematic high-quality paid content is waiting for you, and you can get it for free by joining the planet (https://t.zsxq.com/0dI3ZA0sL) . ( Be sure to read the top news after joining!)
In the era of stocks, saving money is making money.
In the era of increment, saving money is actually losing money.
Avoiding pitfalls is a form of saving money, and it is the choice of truly smart people!
Although detours are also roads, you can still take as little as possible, and there are high trial and error costs behind it.
Subscribe to “Fubao” , step on less pitfalls, take less detours, and take one more step, which is a different winning rate!
Everything is homebrewed with pandoc and Markdown , little Scala also included.
This article is transferred from: http://afoo.me/posts/2023-09-05-chrome-tips.html
This site is only for collection, and the copyright belongs to the original author.