JS Change the Webpage Content Without Refresh

Copy the follow js code, and paste it in the browser address bar, press Enter, then you can change anything on the webpage without refresh! javascript:document.body.contentEditable=’true’; document.designMode=’on’; void 0 Or Drag the highlighted text into your bookmarks bar. And then click the icon whenever you want to edit any page!

Recieve Amazon.ca Affliate Payment via Payoneer

You can use Payoneer cad account to receive payment from Amazon.ca now, just apply a CA account at the dashboard of the Payoneer.com What is the “Routing Number / ABA Number” on the amazon.ca payment page? But there is no Routing Number / ABA Number on the Payoneer backend of you ca account.   A routing number for electronic payments contains … Read more

Transfer Http to Https Finally 

Today, we transfer one of our major site from http to https. This will impact the Google ranking, I don’t know whether the rank will go down or up. Until today, the average of this site can get about 3000 Organic Search per day, we changed the url today, let’s see the results days later.

Solution: WordPress Can’t Update – Can’t Copy Files

Wordpress Update Error Can't Copy Files

Some of you may got the WordPress update errors, just like “failed to open stream: Permission denied in” “Could not copy files”, The update cannot be installed because we will be unable to copy some files. This is usually due to inconsistent file permissions. Installation Failed. etc. Usually, you can set the file permission to … Read more

Nginx got 404 Error Page at The WordPress Admin Panel

If you get 404 error page when you click the links at the WordPress admin panel using Nginx, here is the solution. Find the file: wp-admin/admin-header.php Open it with text editor, add the following code before the head<?php <base href=”/wp-admin/” /> Then refresh your page.