You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By "link expansion" I mean expanding <a href='aaa.html'> to <a href='https://example.com/aaa.html'>.
Currently, it seems the only way to do this is executing javascript to replace document.body.innerHTML. However, I would also want to edit user-agent / header. Unfortunately they are not compatible.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
By "link expansion" I mean expanding
<a href='aaa.html'>
to<a href='https://example.com/aaa.html'>
.Currently, it seems the only way to do this is executing javascript to replace document.body.innerHTML. However, I would also want to edit user-agent / header. Unfortunately they are not compatible.
Is there any wordarounds? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions