Is there any way to save edits made in the inspect element?

2

Well, as the question says, is there any way I can save locally in my browser any changes made to the preview element? That is so that whenever I go to such a site, is that edited like I did?

The preferred browser would be Google Chrome.

Thank you.

    
asked by anonymous 23.10.2016 / 21:43

2 answers

2

Yes Goncalo is able to save everything made by Chrome DevTools right in their folders. Just add the path of your project in WorkSpace of Chrome and authorize the browser to save direct to the directory.

Follow partial text taken directly from the official Chrome documentation: link

Add local source files to the workspace

To make source files editable from a local folder in the Sources pane:

  • Right-click in the left pane.
  • Select Add Folder to Workspace .
  • Choose the location of the local folder you want to map.
  • Click Allow to give Chrome access to the folder.
  • Add folder to workspace:

    Thelocalfoldertypicallycontainstheoriginalsitefilesthatwereusedtopopulatetheserverwithsitedata.Ifyoudonotwanttochangetheseoriginalfilesacrosstheworkspace,makeacopyofthefolderandspecifyitastheworkspacefolder.

    OrganizePersistentChanges

    Youhavealreadymappedyourlocalfoldertotheworkspace,butthebrowserisstillprovidingthenetworkcontentsofthefolder.Toorganizepersistentchangesautomaticallyinthebrowser,mapthelocalfilesinthefoldertoaURL:

  • Right-clickorholdCtrlandclickafileintheleftpaneofSources.
  • ChooseMaptoFileSystemResource.
  • Selectthelocalfileinthepersistentworkspace.
  • ReloadthepageinChrome.
  • MapfiletoURL:

    After that, Chrome loads the mapped URL, displaying the contents of the workspace instead of the network contents. Work directly on local files without having to repeatedly switch between Chrome and an external editor.

    In the link quoted above you have more information

        
    07.05.2018 / 15:31
    -1

    The "Inspect element" tool is for web developers so they can inspect your site and make changes in real time. Unfortunately you can not save changes made with the Element inspector. :

        
    26.10.2016 / 03:20