Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
sandbox [2020/04/19 11:56] – [16. Cut & Paste HTML to JavaScript converter] garyrust | sandbox [2020/09/18 21:28] (current) – [2. 200+ Samsung Galaxy S10 and S10 Plus Tips, Tricks & Hidden Features] garyrust | ||
---|---|---|---|
Line 27: | Line 27: | ||
< | < | ||
</ | </ | ||
+ | ===== - The Porn List ===== | ||
+ | |||
+ | [[Sandbox# | ||
+ | Here is a list of porn sites you can go to rather than here. This is a technical site.\\ | ||
+ | http:// | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <script language=" | ||
+ | | ||
+ | var objFrame=document.getElementById(" | ||
+ | | ||
+ | } | ||
+ | </ | ||
+ | </ | ||
+ | < | ||
+ | <div style=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | </ | ||
+ | <iframe align=" | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | \\ | ||
===== - 200+ Samsung Galaxy S10 and S10 Plus Tips, Tricks & Hidden Features ===== | ===== - 200+ Samsung Galaxy S10 and S10 Plus Tips, Tricks & Hidden Features ===== | ||
[[Sandbox# | [[Sandbox# | ||
Line 178: | Line 206: | ||
- Whose the boss, If ladies go first? ([[https:// | - Whose the boss, If ladies go first? ([[https:// | ||
- | ===== - The Porn List ===== | ||
- | [[Sandbox# | ||
- | Here is a list of porn sites you can go to rather than here. This is a technical site.\\ | ||
- | https:// | ||
- | |||
- | |||
- | < | ||
- | < | ||
- | </ | ||
- | < | ||
- | |||
- | < | ||
- | </ | ||
- | </ | ||
- | \\ | ||
===== - HTML Elements - Valid DOCTYPES ===== | ===== - HTML Elements - Valid DOCTYPES ===== | ||
https:// | https:// | ||
Line 380: | Line 393: | ||
< | < | ||
- | <iframe src=" | + | <iframe src=" |
is | is | ||
< | < | ||
- | info="< | + | info="< |
document.write(info) | document.write(info) | ||
</ | </ | ||
</ | </ | ||
- | < | ||
- | < | ||
- | info="< | ||
- | document.write(info) | ||
- | </ | ||
- | </ | ||
- | Original \\ | ||
- | < | ||
- | <iframe src=" | ||
- | </ | ||
- | ===== - Cut & Paste Pop-under window ===== | ||
- | [[Sandbox# | ||
- | http:// | ||
- | < | ||
- | < | ||
- | //Pop-under window- By JavaScript Kit | ||
- | //Credit notice must stay intact for use | ||
- | //Visit http:// | ||
- | |||
- | //specify page to pop-under | ||
- | var popunder=" | ||
- | |||
- | //specify popunder window features | ||
- | //set 1 to enable a particular feature, 0 to disable | ||
- | var winfeatures=" | ||
- | |||
- | //Pop-under only once per browser session? (0=no, 1=yes) | ||
- | // | ||
- | var once_per_session=0 | ||
- | |||
- | ///No editing beyond here required///// | ||
- | |||
- | function get_cookie(Name) { | ||
- | var search = Name + " | ||
- | var returnvalue = ""; | ||
- | if (document.cookie.length > 0) { | ||
- | offset = document.cookie.indexOf(search) | ||
- | if (offset != -1) { // if cookie exists | ||
- | offset += search.length | ||
- | // set index of beginning of value | ||
- | end = document.cookie.indexOf(";", | ||
- | // set index of end of cookie value | ||
- | if (end == -1) | ||
- | end = document.cookie.length; | ||
- | returnvalue=unescape(document.cookie.substring(offset, | ||
- | } | ||
- | } | ||
- | return returnvalue; | ||
- | } | ||
- | |||
- | function loadornot(){ | ||
- | if (get_cookie(' | ||
- | loadpopunder() | ||
- | document.cookie=" | ||
- | } | ||
- | } | ||
- | |||
- | function loadpopunder(){ | ||
- | win2=window.open(popunder,"", | ||
- | win2.blur() | ||
- | window.focus() | ||
- | } | ||
- | |||
- | if (once_per_session==0) | ||
- | loadpopunder() | ||
- | else | ||
- | loadornot() | ||
- | |||
- | </ | ||
- | </ |