Skip to content

Instantly share code, notes, and snippets.

View tlylt's full-sized avatar
🐱
On vacation

Liu Yongliang tlylt

🐱
On vacation
View GitHub Profile
@tlylt
tlylt / .manifest
Created March 16, 2021 10:58 — forked from devjin0617/.manifest
chrome extension using a content script to access the `window` object
{
"content_scripts": [
{
"matches": ["http://*/*", "https://*/*"],
"js": ["inject.js"],
"all_frames": true
}
],
"web_accessible_resources": [
"content.js"

Responsive Ferris Wheel - CSS Only animation

CSS keyframe Ferris-wheel animation. Easy to adjust speed and responsive.

A Pen by Jimba Tamang on CodePen.

License.