[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / r / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/wsr/ - Worksafe Requests

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: 1775079990787233.jpg (507 KB, 887x782)
507 KB JPG
How can I download cursors from this website without giving aids to my pc?
https://custom-cursor.com/en/collection/origami/origami-blue-pink-sharks
>>
>>1563558
This service seems to rely on you installing their program rather than directly installing the assets.

However, you can also just rip the cursor pngs with Inspect Element. Run this javascript or do inspect element yourself on the "Hover Me" box and obtain the URLs for both cursor pngs.
console.log(“Normal mode:”, document.querySelector(".single-b-l.ex" ).style.cursor)
console.log(“Hover mode:”, document.querySelector("button.btn.btn__tran").style.cursor)

Download the PNGs at those urls, open them in GIMP and then re-export them as .cur files.
Go to Control Panel > Mouse Properties > Pointers, where you can then install your two .cur files.
>>
>>1563814
damn it forgot to fix the curly quotes. Use this instead.
console.log("Normal mode:", document.querySelector(".single-b-l.ex" ).style.cursor)
console.log("Hover mode:", document.querySelector("button.btn.btn__tran").style.cursor)
>>
File: F2Z3vPBWIAALdj2.jpg (249 KB, 1000x1000)
249 KB JPG
worked like a charm, thanks anon



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

All trademarks and copyrights on this page are owned by their respective parties. Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.