MarkDONE is a free, lightweight, progress bar generator.
This is an example that shows how you can use MarkDONE in several ways on GitHub. You can create inline progress bars (
| javascript:(function()%7B%20%20%20/*%20Initialize%20the%20collection%20bucket%20*/%20%20%20if(window.collectingInterval)%20return;%20/*%20Prevent%20double-run%20*/%20%20%20let%20seenTweets%20=%20new%20Set();%20%20%20%20%20%20/*%20Create%20the%20floating%20counter%20button%20*/%20%20%20const%20btn%20=%20document.createElement('button');%20%20%20btn.innerText%20=%20'0%20Tweets%20(Tap%20to%20Copy)';%20%20%20btn.style.cssText%20=%20'position:fixed;%20bottom:20px;%20right:20px;%20z-index:999999;%20padding:15px;%20background:blue;%20color:white;%20border-radius:30px;%20border:none;%20box-shadow:0%204px%2012px%20rgba(0,0,0,0.3);%20font-weight:bold;%20font-family:sans-serif;';%20%20%20document.body.appendChild(btn);%20%20%20%20/*%20The%20Scanner%20Function%20*/%20%20%20const%20scan%20=%20()%20=%3E%20%7B%20%20%20%20%20const%20nodes%20=%20document.querySelectorAll('%5Bdata-testid=%22tweetText%22%5D');%20%20%20%20%20nodes.forEach(node%20=%3E%20%7B%20%20%20%20%20%20%20%20%20/*%20Clean%20text%20to%20ensure%20key%20uniquen |
MarkDONE is a free, lightweight, progress bar generator.
This is an example that shows how you can use MarkDONE in several ways on GitHub. You can create inline progress bars (
| <!DOCTYPE html> | |
| <head> | |
| <title>Page Title</title> | |
| <link rel="stylesheet" type="text/css" href="neat.css"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| user nginx; | |
| worker_processes auto; | |
| daemon off; | |
| events { | |
| worker_connections 1024; | |
| } | |
| http { | |
| server { |
| <?php | |
| phpinfo(); |
| Cities within 150 miles of Roy, UT (84067) generated by https://github.com/codazoda/x5 | |
| 84067 0 Roy, UT 39314 | |
| 84401 3.28 Ogden, UT 40250 | |
| 84015 3.59 Clearfield, UT 66410 | |
| 84405 4.35 Ogden, UT 32516 | |
| 84056 4.35 Hill Afb, UT 3458 | |
| 84315 4.61 Hooper, UT 8993 | |
| 84075 6.46 Syracuse, UT 29411 | |
| 84041 7.7 Layton, UT 52350 |
| global css html | |
| ff:sans | |
| let width = 0 | |
| let length = 0 | |
| let depth = 3 | |
| tag yard-calc | |
| css .yard-calc |
| let date = new Date(); | |
| let dateString = ''; | |
| let name = ''; | |
| let opportunityNameField; | |
| dateString = date.getFullYear(); | |
| dateString += '-' + (date.getMonth() + 1); | |
| dateString += '-' + date.getDate(); | |
| dateString += ' ' + date.getHours(); | |
| dateString += ':' + date.getMinutes(); |
| // Write code here... | |