Not just a developer
- Current: Vietnam
- https://www.linkedin.com/in/nguyenduchieu1409
Pinned Loading
-
-
[Remove webpage links] Add this snip...
[Remove webpage links] Add this snippet to bookmark bar to quickly remove all links in a page for ease of copying text 1javascript:(function(){
2document.getElementsByTagName('body')[0].style.pointerEvents = 'none';
3alert('links and click events are disabled!');
4})()
-
[Copy webpage title] Add this snippe...
[Copy webpage title] Add this snippet to bookmark bar to copy current webpage's title 1javascript:(function() {
2var title = document.title;
3var tempInput = document.createElement('input');
4tempInput.setAttribute('value', title);
5document.body.appendChild(tempInput);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.