Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maiquinho/target-blank-validate
This javascript code helps you to add the target="_blank" HTML Attribute on the <a> automatic if the href link contains "https".
https://github.com/maiquinho/target-blank-validate
attributes html http javascript target
Last synced: 3 months ago
JSON representation
This javascript code helps you to add the target="_blank" HTML Attribute on the <a> automatic if the href link contains "https".
- Host: GitHub
- URL: https://github.com/maiquinho/target-blank-validate
- Owner: Maiquinho
- Created: 2023-04-13T11:56:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-13T13:56:08.000Z (almost 2 years ago)
- Last Synced: 2024-04-11T15:35:59.818Z (10 months ago)
- Topics: attributes, html, http, javascript, target
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Target Blank Validate
This javascript code helps you to add the **target="_blank"** HTML Attribute on the `````` automatic if the href link contains "https".
## Usage
1. Download the script or clone this repository.
2. Link the script on your project:```
```
Enjoy it!