google+javascriptbanktwitter@js_bankfacebook@jsbankrss@jsbank






3 trò đùa JavaScript thú vị dành cho dân văn phòng Là dân văn phòng, thỉnh thoảng những công việc nhàm chán hàng ngày có thể tạo cho chúng ta một không khí buồn tẻ, và trong hoàn cảnh như vậy, đôi khi chính bản thân chúng ta tạo ra các trò đùa vô hại nhưng hậu quả gây ra không nhỏ.

Trong thời đại công nghệ thông tin như hiện nay, chỉ với một chiếc máy tính với vài dòng mã đơn giản, bạn có thể sáng tạo nên các trò đùa vô hại nhưng sẽ đem lại những trận cười sảng khoái cho phòng làm việc của mình. Thử nghĩ đến việc đồng nghiệp đi vắng, vào trang tin ưa thích trên máy tính của họ, chỉnh sửa thông tin họ quan tâm thì khi họ nhìn thấy, sẽ có phản ứng ra sao?

Bài viết này cung cấp 3 trò đùa JavaScript phổ biến và dễ thực hiện, vui lòng vào trang trong để xem thêm.


Nhãn: trò đùa JavaScript, dân văn phòng, trang tin ưa thích, chỉnh sửa thông tin

Miễn phí web hosting 1 năm đầu tại iPage



Nếu bạn vẫn còn đang tìm kiếm một nhà cung cấp hosting đáng tin cậy, tại sao không dành chút thời gian để thử với iPage, chỉ với không quá 40.000 VNĐ/tháng, nhưng bạn sẽ được khuyến mãi kèm với quà tặng trị giá trên 10.000.0000 VNĐ nếu thanh toán cho 24 tháng ~ 900.000 VNĐ?

Có trên 1 triệu khách hàng hiện tại của iPage đã & đang hài lòng với dịch vụ, tuyệt đối chắc chắn bạn cũng sẽ hài lòng giống họ! Quan trọng hơn, khi đăng ký sử dụng web hosting tại iPage thông qua sự giới thiệu của chúng tôi, bạn sẽ được hoàn trả lại toàn bộ số tiền bạn đã sử dụng để mua web hosting tại iPage. Wow, thật tuyệt vời! Bạn không phải tốn bất kì chi phí nào mà vẫn có thể sử dụng miễn phí web hosting chất lượng cao tại iPage trong 12 tháng đầu tiên. Chỉ cần nói chúng tôi biết tài khoản của bạn sau khi đăng ký.

Nếu muốn tìm hiểu thêm về ưu / nhược điểm của iPage, bạn hãy đọc đánh giá của ChọnHostViệt.com nhé!
Thử iPage miễn phí cho năm đầu tiên NGAY

There are perks to being a programmer (especially if you're one of few in the office). Aside from being seen as a mysterious internet-whisperer who can magically make computers behave, you have the power to liven up the dreary cubicle farm. All you need are a few JavaScript snippets of code, a coworker's vacant office cubicle, and a ninja suit. Okay, scratch the suit...that might be too obvious.

Getting Browser Hacks to Work

If you've never used a browser hack or even JavaScript, these JavaScript hacks are still easy enough to use: just copy and paste over the current page's URL. Basically, these JavaScript snippets work perfectly on Firefox 3+ but note that this does not work in all browsers and platforms equally, so do a little testing before you attempt your diabolical schemes.

1) Make Web Browser Editable

Imagine the possibilities: your coworker settles down into his cubicle, refilled coffee cup in hand, only to see a scandalous article about him on his favorite news site. With one swift little copy-paste move, you've successfully wreaked havoc in the workplace. This great little code works by rendering the text editable, so you can change headlines, prices, and other HTML text to your heart's content. Your only limitation is your imagination.

To begin your shenanigans, copy and paste this JavaScript code over the url in your browser:

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

Ingenious Code Source: DotNetBlocks

2) Complete Browser Freak Out

If subtlety isn't your specialty, this JavaScript prank will be your cup of tea (or, in this case, your ultra-caffeinated double-shot espresso). This nice little code will cause the browser to literally bounce off the walls, shaking all over the desktop. The key here is timing; if your coworker's office cubicle is abandoned, you should have a pretty good idea of when she'll be coming back, and adjust the code as needed. First, try out the code below by pasting it into the browser:

javascript:function Shw(n) {if (self.moveBy) {for (i = 35; i > 0; i--) {for (j = n; j > 0; j--) {self.moveBy(1,i);self.moveBy(i,0);self.moveBy(0,-i);self.moveBy(-i,0); } } }} Shw(6)-accident

As you can see, the hyper browser is very amusing, but wouldn't last long enough for a sneak-attack prank. For this escapade, you'll likely need to edit the code to last a little longer. To do so, find the statement that says i = 35, and change the number to something larger (300 will buy you about 30 seconds, 600 a minute, and so on).

Ingenious Code Source: Computer Pranks Central

3) Buzzing Swarm of Images

Ready to liven up some cubicles? Never fear - there's a code for that. This amusing script grabs images from the web page and makes them-well, dance. Imagine the expression on your coworkers' faces when they find a swarm of images buzzing like bees around their page. Paste this code into the unsuspecting victim's browser to begin the hijinks:

javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);

Then, sit back and enjoy the exclamations of confusion. No one can say your job is boring now!

Ingenious Code Source: NT Hacks

These above JavaScript pranks and more funny JavaScript effects can be found easily at 9 Funniest JavaScript effects if you still need.

Author: David Ching
is a marketing strategist for EQA Office Furniture, a San Fransciso retailer of office furniture nationwide. Find EQA on Facebook.

iPhoneKer.com
Save up to 630$ when buy new iPhone 15

GateIO.gomymobi.com
Free Airdrops to Claim, Share Up to $150,000 per Project

https://tooly.win
Open tool hub for free to use by any one for every one with hundreds of tools

chatGPTaz.com, chatGPT4.win, chatGPT2.fun, re-chatGPT.com
Talk to ChatGPT by your mother language

Dall-E-OpenAI.com
Generate creative images automatically with AI

AIVideo-App.com
Render creative video automatically with AI

JavaScript theo ngày


Google Safe Browsing McAfee SiteAdvisor Norton SafeWeb Dr.Web