I need to extract data from a website for my job using a Chrome bookmarklet. Unfortunately, I don't have permission to modify the site's code.
Here's an example of the type of field I want to extract:
<div style="width:100%; height:100%;" bindonce="" class="ng-scope">
<de-field-label>
<div class="pull-left ng-scope" style="width: 100%">
<label class="pull-left">Last Name</label>
</div>
</de-field-label>
<input class="tt-input ng-scope"
bo-class="{'tt-agency-required': field.agencyValidation === 1}"
de-cascade=""
ng-disabled="true"
de-input-mask=""
de-text-box=""
sectionid="0b340920-8989-ce72-7bb4-08d51598a6d9-0"
id="Victims_0b340920-8989-ce72-7bb4-08d51598a6d9_0_lastName"
disabled="disabled">
</div>
The id is dynamically generated