Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

_blank-ify tips take 2 #2268

Merged
merged 1 commit into from
Aug 18, 2022
Merged

_blank-ify tips take 2 #2268

merged 1 commit into from
Aug 18, 2022

Conversation

stoyan
Copy link
Contributor

@stoyan stoyan commented Aug 16, 2022

Take 1 missed a few links missing target=_blank, now a script found them.

Testing:

  1. went to https://www.webpagetest.org/tips.php
  2. ran in the console
document.querySelectorAll('.tip.box a').forEach(a => a.target !== '_blank' ? console.log(a) : null)

Also formatted the html :)

@stoyan stoyan merged commit b4b56b5 into master Aug 18, 2022
@stoyan stoyan deleted the tipstake2 branch August 29, 2022 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant