Trying to use SCSS to make a loading spinner. I know I am not using SCSS quite effectively yet, still practicing!
A Pen by cindy massey on CodePen.
Trying to use SCSS to make a loading spinner. I know I am not using SCSS quite effectively yet, still practicing!
A Pen by cindy massey on CodePen.
A Pen by cindy massey on CodePen.
| // ==UserScript== | |
| // @name Feedly Customization | |
| // @namespace http://userscripts.org/users/colt365 | |
| // @description Customization for Feedly. | |
| // @include https://feedly.com/* | |
| // @version 1.2.0.20170223 | |
| // @grant none | |
| // ==/UserScript== | |
| var checkLoadInterval; |
| // ==UserScript== | |
| // @name DN Reader | |
| // @namespace http://dn.se/ | |
| // @version 0.1 | |
| // @description Tear down this wall. | |
| // @author olmen | |
| // @match https://www.dn.se/* | |
| // @grant none | |
| // ==/UserScript== |
| #301 Redirects for .htaccess | |
| #Redirect a single page: | |
| Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
| #Redirect an entire site: | |
| Redirect 301 / http://www.domain.com/ | |
| #Redirect an entire site to a sub folder | |
| Redirect 301 / http://www.domain.com/subfolder/ |