Technical background
When we open a StackExchange On the page , There is often a big privacy Collection window , And it can't be closed at any point , Like the picture below :

If the screen is large enough , The impact may not be great , But the key is that for some small screen devices such as notebooks , This window basically blocks all useful information . therefore , We consider shielding it from the front-end interface , You can view the required information behind it .
Operation steps
- Use Google browser to open the corresponding link , Like this link :https://tex.stackexchange.com/questions/284538/align-aligned-and-r-markdown

2. Click on F12 Button , Enter developer mode .

3. Click the first selection button with arrow in the operation bar .

4. Choose privacy Collection window for , It turns color , Then click on the colored part .

5. Find... In the new module that pops up in the developer window position label , A tick box will appear when the mouse moves up .

6. Click on the check box , You can cancel privacy Fixation of windows , The collection window cannot be seen on the interface .

Summary
StackOverflow and StackExchange And so on are common problem feedback and solution platforms for programmers , It is equivalent to more professional knowledge . But many similar websites always have one after the interface is opened privacy The collected window cannot be closed , In many cases, it affects our usual reading . So we use the front-end shielding method , May cancel privacy Fixed position collection window , So as to hide privacy The purpose of the collection window .
Copyright notice
The first link to this article is :https://www.cnblogs.com/dechinphy/p/pdb.html
author ID:DechinPhy
For more original articles, please refer to :https://www.cnblogs.com/dechinphy/
Special link for reward :https://www.cnblogs.com/dechinphy/gallery/image/379634.html
Tencent cloud column synchronization :https://cloud.tencent.com/developer/column/91958
CSDN Sync Links :https://blog.csdn.net/baidu_37157624?spm=1008.2028.3001.5343
51CTO Sync Links :https://blog.51cto.com/u_15561675
close StackExchange Equal platform privacy Collect more articles about the window
- C#-WinForm- Cross form Constructors pass values And Application — Login window transfer value 、 How to close the main page when closing the application 、 How to open a unique window —***** Five star heavyweight
Constructors can pass any type of value , And it can transmit multiple values at the same time The primary application of structure function transfer value -- Simple login interface Now I have two forms Form3 and Form4, as follows , How to click Form3 After the button in , open Form4 And will Form3 Medium ...
- golang adopt exec Command The solution to how to shut down the started process And hide the black window
golang adopt exec Command The solution to how to shut down the started process In use exec How to close other processes after the package calls , have access to context Package management mechanism ,context The use of the package is shown in :https:// ...
- JavaScript Window opening and closing and how to use opener Make the child window operate on the parent window
One . Open and close windows 1. open windows : have access to window Object Open() Method . newWindow = window.open(url,windowname,location); Parameter description : url ...
- C#-WinForm-***** Cross form Constructors pass values And Application — Login window transfer value 、 How to close the main page when closing the application 、 How to open a unique window *****
Constructors can pass any type of value , And it can transmit multiple values at the same time The primary application of structure function transfer value —— Simple login interface Now I have two forms Form3 and Form4, as follows , How to click Form3 After the button in , open Form4 And will Form3 Medium ...
- c# Timed off MessageBox Or pop-up modal window
We all know ,MessageBox The pop-up window is the mode window , The mode window will automatically block the parent thread . So if you have the following code : MessageBox.Show(" Content '," title "); Then only close ...
- Big data offline analysis platform JSSDK Data collection engine write
JsSDK The design rules are js sdk We need to collect launch.pageview.chargeRequest and eventDuration Four kinds of data , So we need to be able to js Write four methods to collect the data separately , Besides, I ...
- Big data offline analysis platform JavaSDK Data collection engine write
JavaSDK Design rules JavaSDK Two event trigger methods are provided , Respectively onChargeSuccess and onChargeRefund. We are java sdk Send thread data through a separate thread in , This can reduce the number of right ...
- Layui Close the pop-up layer and refresh the parent window
Make sure that you have introduced layui and jquery Make sure to initialize layer Pop-up layer <script> layui.use(['form', 'layer'], function() { var form ...
- [ primary ]unity3D Mobile platform crash information collection
http://m.blog.csdn.net/blog/catandrat111/8534287http://m.blog.csdn.net/blog/catandrat111/8534287
- easyui-window Closing event , Just close the window and it will trigger
$(function () { $('#windowsMSG').window({ onBeforeClose: function () { // When ...
Random recommendation
- Spring AOP example —— Exception handling and recording program execution time
Example introduction : This example is mainly used when there is an exception in the execution of all methods in a system , Record all the abnormal information , In addition, record the execution time of each method . Two business logics are used to illustrate the above functions , These two business logic first use Spring AOP Automatic ...
- CoInitialize Analysis II
I've been busy with my work recently , After a rough analysis CoInitialize We haven't studied it in depth since then , Let's get down to business . We have learned a little about CoInitialize In fact, by calling CoInitializeEx To realize the function , While the latter ...
- DIV And CSS The layout needs to be known
For a web page layout , We need to know some key points : First of all : What is style (CSS), What is a container , How to know containers , second : The relationship between style priority and inheritance , Those are not inherited , Those elements can be inherited Third : Color of text , font size , ...
- Use swiper And ceiling effect code
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8&quo ...
- DOM Object the methods and properties of common objects
HTML Common node types in documents : Interface nodeType remarks Element 1 Element nodes Text 3 Text node Document 9 Document Comment 8 Annotated text Docum ...
- iOS Development :Swift Multithreading NSThread Use
One : Create thread ,NSThread There are three common ways to create threads : //1: Manually create the startup let thread:NSThread = NSThread(target: self, selector:"d ...
- QT creator Use in opencv
It's going to be used recently opencv Doing things with images , A lot of them use VS Add opencv, But I'm right VS I don't like it very much , Want to use QT Creator. I searched a lot of information on the Internet , It finally took a day , stay QT Creator Can be used on ope ...
- Hadoop Authoritative guide : InputFormat,RecordReader,OutputFormat and RecordWriter
InputFormat and RecordReader Hadoop Put forward InputFormat The concept of org.apache.hadoop.mapreduce In the bag InputFormat Abstract classes provide the following generations ...
- Commonly used DOM API
Node Node It's an interface , It's called node in Chinese , Many types of DOM Elements are inherited from it , All share the same basic properties and methods . common Node Yes element,text,attribute,comment,documen ...
- The second assignment --------STEAM
-------------------------------------- The first part Product introduction ----------------------------------------------------- ...








