#!/bin/bash

while true
do
curl 'https://www.99bookmarking.com/submit' \
-H 'accept: application/json, text/javascript, */*; q=0.01' \
-H 'accept-language: en-US,en;q=0.9' \
-H 'cache-control: no-cache' \
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryzzQrfqGgjtPzVyVh' \
-H 'cookie: _ga=GA1.1.1941929643.1735838236; _ga_T4RWNKNJJL=deleted; ci_session=tr5dbcpv1gpqefd0b7kmg633p2g5oh0p; _ga_T4RWNKNJJL=GS1.1.1736010148.10.1.1736010154.0.0.0; FCNEC=%5B%5B%22AKsRol_doP5S17wzDsSkx9b8HEtOpz_raEw9mp3-deX_5iriTaDgxudjf9KinK8l6EJV_dxyXvUTQpe48I2nItmKpliL0vIvDiRkxlaxwH_d1wDkfhP1xWo_A-xFwt7nhtnVb_gh7tzVp_e1p5EimdgTdQSBSHHJhg%3D%3D%22%5D%5D' \
-H 'origin: https://www.99bookmarking.com' \
-H 'pragma: no-cache' \
-H 'priority: u=1, i' \
-H 'referer: https://www.99bookmarking.com/submit' \
-H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "Windows"' \
-H 'sec-fetch-dest: empty' \
-H 'sec-fetch-mode: cors' \
-H 'sec-fetch-site: same-origin' \
-H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \
-H 'x-requested-with: XMLHttpRequest' \
--data-raw $'------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="url"\r\n\r\nhttps://tabellaesupport.microsoftcrmportals.com/forums/general-discussion/3d4d0a32-b9ca-ef11-a81b-0022489f0209\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="uniqueId"\r\n\r\nd1Wgzcd6mNVA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="articleTitle"\r\n\r\n [[[**Lufthansa**Air]]] What is the cancellation policy for Lufthansa?  · Customer Self-Service \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="category"\r\n\r\n9kWvgPf2WeSA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="tag"\r\n\r\ncancellation\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="description"\r\n\r\nLufthansa allows cancellations with full refunds 【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 within 24 hours of booking, provided your departure is at least two days away at 【【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 】. For non-refundable tickets, you can make changes or cancel without a fee, but you will receive a travel credit instead of a refund【【+𝟏-𝟖𝟔𝟔 (𝟖𝟐𝟗) 𝟏𝟎𝟘𝟓】 】.Flight Changes \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="submit"\r\n\r\nSubmit Story\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh--\r\n'

# Wait for 5 seconds before running again
sleep 5
done

#!/bin/bash

while true
do
curl 'https://www.99bookmarking.com/submit' \
-H 'accept: application/json, text/javascript, */*; q=0.01' \
-H 'accept-language: en-US,en;q=0.9' \
-H 'cache-control: no-cache' \
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryzzQrfqGgjtPzVyVh' \
-H 'cookie: _ga=GA1.1.1941929643.1735838236; _ga_T4RWNKNJJL=deleted; ci_session=tr5dbcpv1gpqefd0b7kmg633p2g5oh0p; _ga_T4RWNKNJJL=GS1.1.1736010148.10.1.1736010154.0.0.0; FCNEC=%5B%5B%22AKsRol_doP5S17wzDsSkx9b8HEtOpz_raEw9mp3-deX_5iriTaDgxudjf9KinK8l6EJV_dxyXvUTQpe48I2nItmKpliL0vIvDiRkxlaxwH_d1wDkfhP1xWo_A-xFwt7nhtnVb_gh7tzVp_e1p5EimdgTdQSBSHHJhg%3D%3D%22%5D%5D' \
-H 'origin: https://www.99bookmarking.com' \
-H 'pragma: no-cache' \
-H 'priority: u=1, i' \
-H 'referer: https://www.99bookmarking.com/submit' \
-H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "Windows"' \
-H 'sec-fetch-dest: empty' \
-H 'sec-fetch-mode: cors' \
-H 'sec-fetch-site: same-origin' \
-H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \
-H 'x-requested-with: XMLHttpRequest' \
--data-raw $'------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="url"\r\n\r\nhttps://tabellaesupport.microsoftcrmportals.com/forums/general-discussion/3d4d0a32-b9ca-ef11-a81b-0022489f0209\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="uniqueId"\r\n\r\nd1Wgzcd6mNVA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="articleTitle"\r\n\r\n [[[**Lufthansa**Air]]] What is the cancellation policy for Lufthansa?  · Customer Self-Service \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="category"\r\n\r\n9kWvgPf2WeSA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="tag"\r\n\r\ncancellation\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="description"\r\n\r\nLufthansa allows cancellations with full refunds 【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 within 24 hours of booking, provided your departure is at least two days away at 【【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 】. For non-refundable tickets, you can make changes or cancel without a fee, but you will receive a travel credit instead of a refund【【+𝟏-𝟖𝟔𝟔 (𝟖𝟐𝟗) 𝟏𝟎𝟘𝟓】 】.Flight Changes \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="submit"\r\n\r\nSubmit Story\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh--\r\n'

# Wait for 5 seconds before running again
sleep 5
done

#!/bin/bash

while true
do
curl 'https://www.99bookmarking.com/submit' \
-H 'accept: application/json, text/javascript, */*; q=0.01' \
-H 'accept-language: en-US,en;q=0.9' \
-H 'cache-control: no-cache' \
-H 'content-type: multipart/form-data; boundary=----WebKitFormBoundaryzzQrfqGgjtPzVyVh' \
-H 'cookie: _ga=GA1.1.1941929643.1735838236; _ga_T4RWNKNJJL=deleted; ci_session=tr5dbcpv1gpqefd0b7kmg633p2g5oh0p; _ga_T4RWNKNJJL=GS1.1.1736010148.10.1.1736010154.0.0.0; FCNEC=%5B%5B%22AKsRol_doP5S17wzDsSkx9b8HEtOpz_raEw9mp3-deX_5iriTaDgxudjf9KinK8l6EJV_dxyXvUTQpe48I2nItmKpliL0vIvDiRkxlaxwH_d1wDkfhP1xWo_A-xFwt7nhtnVb_gh7tzVp_e1p5EimdgTdQSBSHHJhg%3D%3D%22%5D%5D' \
-H 'origin: https://www.99bookmarking.com' \
-H 'pragma: no-cache' \
-H 'priority: u=1, i' \
-H 'referer: https://www.99bookmarking.com/submit' \
-H 'sec-ch-ua: "Google Chrome";v="131", "Chromium";v="131", "Not_A Brand";v="24"' \
-H 'sec-ch-ua-mobile: ?0' \
-H 'sec-ch-ua-platform: "Windows"' \
-H 'sec-fetch-dest: empty' \
-H 'sec-fetch-mode: cors' \
-H 'sec-fetch-site: same-origin' \
-H 'user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36' \
-H 'x-requested-with: XMLHttpRequest' \
--data-raw $'------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="url"\r\n\r\nhttps://tabellaesupport.microsoftcrmportals.com/forums/general-discussion/3d4d0a32-b9ca-ef11-a81b-0022489f0209\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="uniqueId"\r\n\r\nd1Wgzcd6mNVA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="articleTitle"\r\n\r\n [[[**Lufthansa**Air]]] What is the cancellation policy for Lufthansa?  · Customer Self-Service \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="category"\r\n\r\n9kWvgPf2WeSA\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="tag"\r\n\r\ncancellation\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="description"\r\n\r\nLufthansa allows cancellations with full refunds 【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 within 24 hours of booking, provided your departure is at least two days away at 【【+𝟭-𝟴𝟴𝟴-𝟮𝟲𝟳-𝟵𝟵𝟱𝟭】 】. For non-refundable tickets, you can make changes or cancel without a fee, but you will receive a travel credit instead of a refund【【+𝟏-𝟖𝟔𝟔 (𝟖𝟐𝟗) 𝟏𝟎𝟘𝟓】 】.Flight Changes \r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh\r\nContent-Disposition: form-data; name="submit"\r\n\r\nSubmit Story\r\n------WebKitFormBoundaryzzQrfqGgjtPzVyVh--\r\n'

# Wait for 5 seconds before running again
sleep 5
done

Read more…

Activity

david john posted photos
2 seconds ago
degibop posted photos
3 seconds ago
subh posted photos
6 seconds ago
gugtent posted photos
13 seconds ago
rherhre posted a photo
14 seconds ago
kaxejoj843 posted photos
20 seconds ago
xcvxcv posted a photo
22 seconds ago
dcvvddsvds posted a photo
33 seconds ago
Smithkaira posted a photo
33 seconds ago
Iron Man posted a photo
34 seconds ago
novasem posted a photo
38 seconds ago
DGDFGD posted a photo
39 seconds ago
Onitr posted photos
46 seconds ago
lucie bell posted a photo
48 seconds ago
Sanjana Shaw posted a photo
52 seconds ago
sfdgdfg posted a photo
58 seconds ago
More…
https://issuu.com/jamesbostons/docs/culpa-tuya-completa?fr=sOTk5ODgxMTU4NzM https://issuu.com/jamesbostons/docs/culpa-tuya-latino?fr=sZjNmMzgxMTU4NzM https://knowt.com/note/aa3ab27b-a2b3-4acb-9174-a426dd992a30/CEVANA3VER-Culpa-Tuya-2024-PELCU https://knowt.com/note/c771a318-c7c3-4977-83e6-25787d00b80e/CEVANA3VER-Culpa-Tuya-2024-PELCU https://knowt.com/note/96d4e582-c33d-4bae-a5e3-d8bf4e3f03e2/CEVANA3VER-Culpa-Tuya-2024-PELCU https://knowt.com/note/2b5bea3d-0353-4f60-840c-ba9e43b89a7a/CEVANA3VER-Culpa-Tuya-2024-PELCU https://knowt.com/note/bf707463-eb60-453b-8d5e-693b00d0ec8e/PELISPLUS-VER-Culpa-Tuya-2024-PEL https://knowt.com/note/cd09112a-b5c8-47ef-8b86-762313efb879/PELISPLUS-VER-Culpa-Tuya-2024-PEL https://knowt.com/note/3fd6e0b2-4856-4727-9b5b-ecab84187817/PELISPLUS-VER-Culpa-Tuya-2024-PEL https://knowt.com/note/8d8bf3c8-8068-4319-ab10-12cc510d9e3d/PELISPLUS-VER-Culpa-Tuya-2024-PEL https://knowt.com/note/d62fc65e-a215-4f51-98c2-a6089f49e8c0/PELISPLUS-VER-Culpa-Tuya-2024-PEL https://knowt.com/note/3f26a05b-1e8f-4df8-8616-ab4ab5cf0d6a/PELISPLUS-VER-Moana-2-2024-PELCU https://knowt.com/note/6eb4f7fd-2488-4967-a20b-d5d0a38fa00c/VER-Moana-2-2024-ONLINE-EN-ESPAOL-Y https://knowt.com/note/f09e76a0-04b6-44ef-8a41-5b3fa4a3dcc0/VER-Sonic-3-La-pelcula-2024-ONLINE- https://knowt.com/note/82c025cd-5de2-41cd-9106-490469aa25ca/PELISPLUS-VER-Sonic-3-La-pelcula-