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
* Fix bug on Issue page when isSameOrigin ... no need to display
* Fix bug *(A)* on relative library ... post OpenUserJS#502
* Fill in some other areas with this migration
* Reuse some of the code where applicable
* Set some more DOM client-side to experimental `referrerpolicy'
* Some STYLEGUIDE.md reconformance ... break after operators
NOTES:
* Test patterns for relative libs *(needs GM4 testing but pre passes)*
``` js
// These typically should show
// @require http://localhost:8080/src/libs/Marti/GM_setStyle.js
// @require //localhost:8080/src/libs/Marti/GM_setStyle.js
// @require /src/libs/Marti/GM_setStyle.js
// These typically should not show
// @require localhost:8080/src/libs/Marti/GM_setStyle.js
// @require Marti/GM_setStyle.js
// @require GM_setStyle.js
```
* One more legacy URL API to migrate to WHATWG API ... need some of this PR in the wild for live tests
* Still needs possible local pro changes ... that is probably system wide and "big"... so will isolate
Post OpenUserJS#1508
0 commit comments